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 e083dc8 commit bd9d417Copy full SHA for bd9d417
build.gradle
@@ -43,7 +43,7 @@ configure(moduleProjects) {
43
jvmTarget = "1.8"
44
languageVersion = "1.3"
45
apiVersion = "1.3"
46
- freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings", "-Xopt-in=kotlin.RequiresOptIn"]
+ freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings", "-opt-in=kotlin.RequiresOptIn"]
47
allWarningsAsErrors = true
48
}
49
0 commit comments