Bruno_
03/16/2019, 1:58 PM> The 'java' plugin has been applied, but it is not compatible with the Android plugins.
My guess is that kotlin-dsl
plugin includes java plugin which interferes with android plugin. Anyway, I have literally no idea how to repair it.kt
file with dependencieskotlin-android-extensions
and com.android.application
plugins, in addition I import dependencies from buildSrc module with kotlin-dsl
plugingildor
03/16/2019, 2:17 PMMy guess is thatWhy do you apply kotlin-dsl plugin? this is need only if you want to develop own Gradle plugin and use Kotlin-DSL extensionsplugin includes java plugin which interferes with android pluginkotlin-dsl
Bruno_
03/16/2019, 2:21 PMkotlin-android
plugin, which seems that it doesn't exist, right?
http://central.maven.org/maven2/org/jetbrains/kotlin/
or at least I can't find oneapply plugin: 'kotlin-android'
), gradle tells me that it can't find it
Extension with name 'android' does not exist. Currently registered extension names: [ext, sonarqube, defaultArtifacts, reporting, sourceSets, java, kotlin]
gildor
03/16/2019, 2:59 PMBruno_
03/17/2019, 11:14 AMgildor
03/17/2019, 12:25 PM