Vitaliy Zarubin
05/27/2021, 12:03 PMnitrog42
05/27/2021, 12:06 PMBrian G
05/27/2021, 12:06 PMandroid
block in build.gradle:
packagingOptions {
pickFirst 'META-INF/AL2.0'
}
nitrog42
05/27/2021, 12:07 PMnitrog42
05/27/2021, 12:09 PMnitrog42
05/27/2021, 12:43 PMandroidTestImplementation("androidx.compose.ui:ui-test-junit4:$compose_version")
there might be some dependencies in there we have to exclude 😕nitrog42
05/27/2021, 12:44 PMVitaliy Zarubin
06/10/2021, 12:30 PMpackagingOptions {
resources {
excludes.add("META-INF/AL2.0")
excludes.add("META-INF/LGPL2.1")
}
}