Move coroutine tests to other stdlib-jvm tests

This commit is contained in:
Ilya Gorbunov
2018-11-16 23:31:33 +03:00
parent 1a529bd601
commit 673844a059
7 changed files with 99 additions and 109 deletions
+1
View File
@@ -61,6 +61,7 @@ dependencies {
compile group: 'org.jetbrains', name: 'annotations', version:'13.0'
testCompile project(':kotlin-test:kotlin-test-junit')
testCompile sourceSets.coroutines.output
coroutinesCompile sourceSets.main.output