Use Kotlin language version 1.4

This commit is contained in:
Him188 2020-07-31 16:38:39 +08:00
parent e0c5e17833
commit 081474931f

View File

@ -48,20 +48,6 @@ kotlin {
useExperimentalAnnotation("kotlin.contracts.ExperimentalContracts")
}
}
sourceSets.invoke {
getByName("test") {
languageSettings.apply {
languageVersion = "1.4"
}
}
getByName("main") {
languageSettings.apply {
languageVersion = "1.3"
apiVersion = "1.3"
}
}
}
}
dependencies {