What's the status of kotlin-dsl for android projec...
# gradle
j
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
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
Makes sense, thanks!
d
What about starting an android project in Intellij Utimate with android plugin... same problem?
j
Seeing how few android examples there is in the kotlin-dsl repository, I would assume it's not fully tested & ready