darkmoon_uk
09/21/2019, 3:56 AMkotlin {
android("standardAndroid") { ... }
android("specialAndroid") { ... }
}
Get: Cannot add extension with name 'kotlinOptions', as there is an extension already registered with that name.
...is this expected?russhwolf
09/21/2019, 8:21 PM