I’m trying to use ``` compileKotlin { kotlinOp...
# android
a
I’m trying to use
Copy code
compileKotlin {
    kotlinOptions {
        jvmTarget = "1.6"
    }
 }
but it tells me there is no such method
compileKotlin()