Skip to content

Commit b94ce42

Browse files
author
Sergey Mashkov
committed
IO: fix lincheck dependency
1 parent 324611b commit b94ce42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/kotlinx-coroutines-io/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ dependencies {
44
}
55

66
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
7+
8+
ext.lincheck_version = '1.9'
9+
testCompile "com.devexperts.lincheck:core:$lincheck_version"
710
}

0 commit comments

Comments
 (0)