Add '-Xno-kotlin-nothing-value-exception' to compiler args in kotlin

This commit is contained in:
Dmitry Petrov
2020-04-16 17:48:55 +03:00
parent ac5411c32e
commit ec50b1c85e
+1
View File
@@ -365,6 +365,7 @@ allprojects {
"-Xread-deserialized-contracts",
"-Xjvm-default=compatibility",
"-Xno-optimized-callable-references",
"-Xno-kotlin-nothing-value-exception",
"-progressive".takeIf { hasProperty("test.progressive.mode") }
)