Allow using kotlin.Result as a return type in stdlib

This commit is contained in:
Mikhail Zarechenskiy
2018-09-11 02:29:11 +03:00
parent 7b70c1a2d9
commit 106ecadd62
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -128,6 +128,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile) {
freeCompilerArgs = [
"-version",
"-Xallow-kotlin-package",
"-Xallow-result-return-type"
]
}
}