``` compileKotlin { kotlinOptions.jvmTarget = ...
# eap
s
Copy code
compileKotlin {
    kotlinOptions.jvmTarget = "1.8"
}