Skip to content

Commit c8a4f05

Browse files
committed
enable kotlin coroutines
1 parent 047baa8 commit c8a4f05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ dependencies {
2626
compile "org.jetbrains.kotlin:kotlin-stdlib-js:$kotlin_version"
2727
}
2828

29+
kotlin {
30+
experimental {
31+
coroutines 'enable'
32+
}
33+
}
34+
2935
compileKotlin2Js {
3036
kotlinOptions {
3137
moduleKind = 'commonjs'

0 commit comments

Comments
 (0)