``` compileTestKotlin { kotlinOptions.jvmTarget =...
# intellij
s
Copy code
compileTestKotlin {
	kotlinOptions.jvmTarget = "1.8"
}