Language version 1.6

This commit is contained in:
Alexander Nozik 2021-09-20 21:49:05 +03:00
parent 8410e7e498
commit 0415ed30d5
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
[versions]
tools = "0.10.4"
kotlin = "1.5.31"
atomicfu = "0.16.2"
binary-compatibility-validator = "0.7.1"
changelog = "1.3.0"
dokka = "1.5.0"
kotlin = "1.5.30"
kotlin-jupyter = "0.10.0-227"
kotlinx-benchmark = "0.3.1"
kotlinx-cli = "0.3.2"

View File

@ -12,8 +12,8 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
import org.jetbrains.kotlin.gradle.plugin.LanguageSettingsBuilder
internal fun LanguageSettingsBuilder.applySettings() {
languageVersion = "1.5"
apiVersion = "1.5"
languageVersion = "1.6"
apiVersion = "1.6"
progressiveMode = true
optIn("kotlin.RequiresOptIn")