Commit 22b9868f authored by Him188's avatar Him188

Use Kotlin language level 1.4

parent 35336a0a
...@@ -52,9 +52,6 @@ kotlin { ...@@ -52,9 +52,6 @@ kotlin {
languageSettings.useExperimentalAnnotation("kotlin.time.ExperimentalTime") languageSettings.useExperimentalAnnotation("kotlin.time.ExperimentalTime")
languageSettings.useExperimentalAnnotation("kotlin.contracts.ExperimentalContracts") languageSettings.useExperimentalAnnotation("kotlin.contracts.ExperimentalContracts")
languageSettings.languageVersion = "1.3"
languageSettings.apiVersion = "1.3"
languageSettings.progressiveMode = true languageSettings.progressiveMode = true
} }
...@@ -140,4 +137,4 @@ kotlin { ...@@ -140,4 +137,4 @@ kotlin {
} }
} }
apply(from = rootProject.file("gradle/publish.gradle")) apply(from = rootProject.file("gradle/publish.gradle"))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment