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 8c2e5dc commit 51aa16fCopy full SHA for 51aa16f
build.gradle
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
73
compileKotlin {
74
kotlinOptions {
75
jvmTarget = "1.8"
76
- freeCompilerArgs = ["-Xskip-runtime-version-check", "-Xjsr305=strict"]
+ freeCompilerArgs = ["-Xjsr305=strict"]
77
apiVersion = "1.1"
78
languageVersion = "1.1"
79
}
@@ -82,7 +82,7 @@ configure(allprojects) { project ->
82
compileTestKotlin {
83
84
85
86
87
88
0 commit comments