Revert "Remove obsolete kotlin.build.useIR flag"

This reverts commit 91e47f1fd7.
This commit is contained in:
Alexander Udalov
2021-05-28 19:52:57 +02:00
parent 67d48d0150
commit e0cc6d44a7
4 changed files with 17 additions and 2 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ defaultSnapshotVersion=1.5.255-SNAPSHOT
kotlin.compiler.effectSystemEnabled=true
kotlin.compiler.newInferenceEnabled=true
# Enable JVM IR backend for kotlin-stdlib, kotlin-reflect, kotlin-test.
# Enable JVM IR backend for all modules except libraries such as kotlin-stdlib, kotlin-reflect, kotlin-test.
kotlin.build.useIR=true
# Enable JVM IR backend for the libraries mentioned above.
kotlin.build.useIRForLibraries=true
#maven.repository.mirror=http://repository.jetbrains.com/remote-repos/