blob: 342632e124c5056f586bc8ae81d4d01e3fecc252 [file] [log] [blame]
Kirill Timofeeva5186962017-10-25 14:25:47 +03001dependencies {
Sergey Mashkovbaf86ab2017-11-29 12:44:36 +03002 compile ("org.jetbrains.kotlinx:kotlinx-io-jvm:0.0.8") {
Sergey Mashkov6c85d132017-10-27 18:30:47 +03003 exclude(group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib')
4 }
5
Kirill Timofeeva5186962017-10-25 14:25:47 +03006 testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
Sergey Mashkovb94ce422017-11-10 23:22:53 +03007 testCompile "com.devexperts.lincheck:core:$lincheck_version"
Kirill Timofeeva5186962017-10-25 14:25:47 +03008}