[StdLib] Add -Xbuiltins-from-sources to arguments of stdlib for JVM
This flag is needed to successful compilation of stdlib with FIR compiler
This commit is contained in:
committed by
teamcity
parent
a1fb4d3990
commit
aef752a8cb
@@ -114,6 +114,7 @@ compileKotlin {
|
||||
"-opt-in=kotlin.contracts.ExperimentalContracts",
|
||||
"-Xuse-14-inline-classes-mangling-scheme",
|
||||
"-Xsuppress-deprecated-jvm-target-warning",
|
||||
"-Xbuiltins-from-sources",
|
||||
]
|
||||
moduleName = "kotlin-stdlib"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user