Set jvmToolchain to 11 as new klf version requires JDK 11

This commit is contained in:
dankito 2024-09-01 19:55:57 +02:00
parent 5f7b07a601
commit 878d32ea16
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
kotlin {
jvmToolchain(8)
jvmToolchain(11)
compilerOptions {
// suppresses compiler warning: [EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING] 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta.