Skip to content

Commit a5a3c97

Browse files
authored
IR inliner: Enable intra-module mode for kotlinx.serialization (#3128)
https://youtrack.jetbrains.com/issue/KT-83203
1 parent fc62da3 commit a5a3c97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildSrc/src/main/kotlin/CompilerOptions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ val defaultCompilerArgs
1414
"-Xreport-all-warnings",
1515
"-Xrender-internal-diagnostic-names",
1616
"-Xreturn-value-checker=full",
17+
"-Xklib-ir-inliner=intra-module",
1718
)
1819

1920
fun KotlinCommonCompilerOptions.defaultOptions() {

0 commit comments

Comments
 (0)