Or maybe ``` tasks.compileKotlin { kotlinOptions....
# gradle
e
Or maybe
Copy code
tasks.compileKotlin {
	kotlinOptions.jvmTarget = "1.8"
}