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
@@ -192,6 +192,7 @@ compileCoroutinesKotlin {
"-Xallow-result-return-type",
"-Xmultifile-parts-inherit",
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
"-Xuse-experimental=kotlin.Experimental",
"-XXLanguage:-ReleaseCoroutines",
"-module-name", "kotlin-stdlib-coroutines"
]