Enable JVM IR for bootstrap in the project

This commit is contained in:
Alexander Udalov
2020-09-23 20:45:15 +02:00
parent 606de26646
commit 19ca9c0fde
+1 -1
View File
@@ -10,7 +10,7 @@ kotlin.compiler.effectSystemEnabled=true
kotlin.compiler.newInferenceEnabled=true
# Enable JVM IR backend for all modules except libraries such as kotlin-stdlib, kotlin-reflect, kotlin-test.
#kotlin.build.useIR=true
kotlin.build.useIR=true
# Enable JVM IR backend for the libraries mentioned above.
#kotlin.build.useIRForLibraries=true