Update hints

This commit is contained in:
Jakub Chrzanowski
2022-11-17 22:11:19 +01:00
parent 5cf3b0de5b
commit b1e9043367
3 changed files with 10 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ repositories {
mavenCentral()
}
// Set the JVM language level used to compile sources and generate files - Java 11 is required since 2020.3
// Set the JVM language level used to build project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
kotlin {
jvmToolchain(11)
}