Hello guys, I’m trying to add something to my `bui...
# multiplatform
c
Hello guys, I’m trying to add something to my
build.gradle.kts
like:
Copy code
android {
 ...
 ...
 compileOptions {
   kotlinOptions {
   ...
   }
 }
}
But I get unresolved reference to kotlinOptions.. anyone can give a little help? Thanks!
s
What options are you trying to add? Here is how you use KotlinOptions