Skip to content

Commit a0eb5f4

Browse files
authored
Disable JvmEnhancedBridges to avoid ABI dump divergence (#4593)
1 parent c9f8a9c commit a0eb5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/CommunityProjectsBuild.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ fun KotlinCommonCompilerOptions.configureKotlinUserProject() {
188188
freeCompilerArgs.addAll(
189189
"-Xreport-all-warnings", // emit warnings even if there are also errors
190190
"-Xrender-internal-diagnostic-names", // render the diagnostic names in CLI
191+
"-XXLanguage:-JvmEnhancedBridges", // temporary disable enhanced bridges to avoid ABI divergence
191192
)
192193
}
193194

0 commit comments

Comments
 (0)