Hi! probably something that has been discussed nu...
# gradle
b
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<???>()
}