Enable coroutines in kotlin-stdlib-common

This commit is contained in:
Ilya Gorbunov
2017-10-23 03:09:12 +03:00
parent 40574949c7
commit 84c0e8dfb4
+2
View File
@@ -34,6 +34,8 @@ compileKotlinCommon {
}
*/
kotlin.experimental.coroutines 'enable'
jar {
manifestAttributes(manifest, project, 'Main')
}