Skip to content

Commit 070af5c

Browse files
committed
Set Kotlin language version to 1.7
Closes gh-28625
1 parent ba0473e commit 070af5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ configure([rootProject] + javaProjects) { project ->
277277

278278
compileKotlin {
279279
kotlinOptions {
280-
languageVersion = "1.6"
281-
apiVersion = "1.6"
280+
languageVersion = "1.7"
281+
apiVersion = "1.7"
282282
freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings", "-opt-in=kotlin.RequiresOptIn"]
283283
allWarningsAsErrors = true
284284
}

0 commit comments

Comments
 (0)