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
@@ -49,7 +49,7 @@ dependencies {
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
kotlinOptions {
apiVersion = "1.3"
apiVersion = "1.4"
freeCompilerArgs += "-Xsuppress-version-warnings"
}
}