Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

packaging_options.gradle 102B

12345
  1. android {
  2. packagingOptions {
  3. pickFirst "META-INF/kotlinx_coroutines_core.version"
  4. }
  5. }