diff --git a/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt b/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt index 8206c547ca..f3b3aeb051 100644 --- a/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt +++ b/buildSrc/src/main/kotlin/CommunityProjectsBuild.kt @@ -188,6 +188,7 @@ fun KotlinCommonCompilerOptions.configureKotlinUserProject() { freeCompilerArgs.addAll( "-Xreport-all-warnings", // emit warnings even if there are also errors "-Xrender-internal-diagnostic-names", // render the diagnostic names in CLI + "-XXLanguage:-JvmEnhancedBridges", // temporary disable enhanced bridges to avoid ABI divergence ) }