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:
@@ -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") }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user