<@U0L8CS35L> one you enable the kotlin-gradle-plu...
# announcements
s
@douglarek one you enable the kotlin-gradle-plugin, you can set it as
Copy code
compileKotlin {
    kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
    kotlinOptions.jvmTarget = "1.8"
}