6 lines
102 B
Groovy
6 lines
102 B
Groovy
5 months ago
|
android {
|
||
|
packagingOptions {
|
||
|
pickFirst "META-INF/kotlinx_coroutines_core.version"
|
||
|
}
|
||
|
}
|