Enable option -Xno-optimized-callable-references in the whole project

A workaround to reduce dependency on the new stdlib version
of compiler parts used by gradle plugin.

#KT-37435
This commit is contained in:
Ilya Gorbunov
2020-03-13 20:01:21 +03:00
parent 38a719cb22
commit 6b11decf52
+1
View File
@@ -362,6 +362,7 @@ allprojects {
"-Xopt-in=kotlin.RequiresOptIn",
"-Xread-deserialized-contracts",
"-Xjvm-default=compatibility",
"-Xno-optimized-callable-references",
"-progressive".takeIf { hasProperty("test.progressive.mode") }
)