Add BuildInference annotation onto stdlib coroutine builders

This commit is contained in:
Mikhail Zarechenskiy
2018-09-18 18:15:34 +03:00
parent bc6e091004
commit d7f2eeb6e8
5 changed files with 13 additions and 6 deletions
+1
View File
@@ -71,6 +71,7 @@ compileCoroutinesKotlinCommon {
freeCompilerArgs = [
"-module-name", project.name+"-coroutines",
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
"-Xuse-experimental=kotlin.Experimental",
"-XXLanguage:-ReleaseCoroutines",
"-Xallow-kotlin-package",
"-Xallow-result-return-type"