(test data) Revert removal of coroutines opt-in from a test

This test checks the coroutines opt-in, so it should stay there.

Revert the change made in a64a76d5
This commit is contained in:
Sergey Igushkin
2018-11-12 17:26:07 +03:00
parent 79159947a5
commit 308eafe0e1
@@ -15,6 +15,12 @@ repositories {
mavenCentral()
}
kotlin {
experimental {
coroutines 'enable'
}
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}