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 c9f8a9c commit a0eb5f4Copy full SHA for a0eb5f4
buildSrc/src/main/kotlin/CommunityProjectsBuild.kt
@@ -188,6 +188,7 @@ fun KotlinCommonCompilerOptions.configureKotlinUserProject() {
188
freeCompilerArgs.addAll(
189
"-Xreport-all-warnings", // emit warnings even if there are also errors
190
"-Xrender-internal-diagnostic-names", // render the diagnostic names in CLI
191
+ "-XXLanguage:-JvmEnhancedBridges", // temporary disable enhanced bridges to avoid ABI divergence
192
)
193
}
194
0 commit comments