Skip to content

Commit c5dd9b1

Browse files
smaugfmtschuchortdev
authored andcommitted
comment linking to the PR
1 parent 8d06d14 commit c5dd9b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ dependencies {
3939
}
4040

4141
compileKotlin {
42+
// https://github.com/tschuchortdev/kotlin-compile-testing/pull/63
4243
kotlinOptions.freeCompilerArgs += ["-Xno-optimized-callable-references"]
4344
kotlinOptions.freeCompilerArgs += ["-Xskip-runtime-version-check"]
4445
}
4546

4647
compileTestKotlin {
48+
// https://github.com/tschuchortdev/kotlin-compile-testing/pull/63
4749
kotlinOptions.freeCompilerArgs += ["-Xno-optimized-callable-references"]
4850
kotlinOptions.freeCompilerArgs += ["-Xskip-runtime-version-check"]
4951
}

0 commit comments

Comments
 (0)