We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0473e commit 070af5cCopy full SHA for 070af5c
build.gradle
@@ -277,8 +277,8 @@ configure([rootProject] + javaProjects) { project ->
277
278
compileKotlin {
279
kotlinOptions {
280
- languageVersion = "1.6"
281
- apiVersion = "1.6"
+ languageVersion = "1.7"
+ apiVersion = "1.7"
282
freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings", "-opt-in=kotlin.RequiresOptIn"]
283
allWarningsAsErrors = true
284
}
0 commit comments