Join Slack
Powered by
I have `classpath(kotlinModule("android-extensions...
# android
b
berkus
01/25/2017, 10:31 AM
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