Join Slack
Powered by
Hi! probably something that has been discussed nu...
# gradle
b
berkus
01/25/2017, 12:08 PM
Hi! probably something that has been discussed numerous times before: how to enable kotlinx when using build.gradle.kts? I have
classpath(kotlinModule("android-extensions"))
in buildscript dependencies and it prints a message to apply plugin: 'kotlin-android-extensions' but how?
Copy code
apply { plugin<???>() }
Open in Slack
Previous
Next