Set Kotlin's language version to Java 8
This commit is contained in:
parent
09b44d53e8
commit
0b6e55b338
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
//jvmToolchain(11)
|
jvmToolchain {
|
||||||
|
languageVersion.set(JavaLanguageVersion.of(8))
|
||||||
|
}
|
||||||
|
|
||||||
applyDefaultHierarchyTemplate()
|
applyDefaultHierarchyTemplate()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue