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 8d06d14 commit c5dd9b1Copy full SHA for c5dd9b1
core/build.gradle
@@ -39,11 +39,13 @@ dependencies {
39
}
40
41
compileKotlin {
42
+ // https://github.com/tschuchortdev/kotlin-compile-testing/pull/63
43
kotlinOptions.freeCompilerArgs += ["-Xno-optimized-callable-references"]
44
kotlinOptions.freeCompilerArgs += ["-Xskip-runtime-version-check"]
45
46
47
compileTestKotlin {
48
49
50
51
0 commit comments