Replace kotlin-stdlib-jreN usages in tests and samples

This commit is contained in:
Ilya Gorbunov
2018-08-14 19:33:33 +03:00
parent 16148a30c1
commit e59141e32c
11 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: 'kotlin'
dependencies {
compile project(':kotlin-stdlib-jre8')
compile project(':kotlin-stdlib-jdk8')
testCompile project(':kotlin-test:kotlin-test-junit')
}