What's the status of kotlin-dsl for android projects? Is it supposed to work with Android Studio? Stable or canary? Is the sample kotlin-android up to date?
n
napperley
10/16/2017, 1:46 AM
Best to wait until Google provide official support in Android Studio. The Gradle setup in Android Studio is quite complicated compared to IntelliJ, which doesn't make it straightforward to use Gradle Kotlin DSL.
Much of Gradle Kotlin DSL's testing is done via IntelliJ so I wouldn't expect the DSL to just work in Android Studio out of the box, without much tinkering/trial and error.
j
jmfayard
10/16/2017, 6:57 AM
Makes sense, thanks!
d
dave08
10/23/2017, 1:50 AM
What about starting an android project in Intellij Utimate with android plugin... same problem?
j
jmfayard
10/26/2017, 1:47 PM
Seeing how few android examples there is in the kotlin-dsl repository, I would assume it's not fully tested & ready