Upgrade toolchain to api/lv 1.4

This commit is contained in:
Mikhael Bogdanov
2021-06-30 19:37:56 +02:00
parent a919aab3ab
commit 228100ef09
12 changed files with 23 additions and 29 deletions
@@ -40,8 +40,8 @@ dependencies {
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
kotlinOptions {
// This module is being run from within Gradle, older versions of which only have kotlin-stdlib 1.3 in the runtime classpath.
apiVersion = "1.3"
// This module is being run from within Gradle, older versions of which only have older kotlin-stdlib in the runtime classpath.
apiVersion = "1.4"
freeCompilerArgs += "-Xsuppress-version-warnings"
}
}