Remove obsolete kotlin.build.useIR flag

(cherry picked from commit 91e47f1fd7)
This commit is contained in:
Alexander Udalov
2021-05-21 12:33:15 +02:00
parent c401cf961d
commit 35f6337de3
6 changed files with 4 additions and 23 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ defaultSnapshotVersion=1.5.255-SNAPSHOT
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
# Enable JVM IR backend for the libraries mentioned above.
# Enable JVM IR backend for kotlin-stdlib, kotlin-reflect, kotlin-test.
#kotlin.build.useIRForLibraries=true
#maven.repository.mirror=http://repository.jetbrains.com/remote-repos/