Fix testdata: Android projects use kotlin-stdlib-jre7

This commit is contained in:
Dmitry Jemerov
2017-03-15 17:44:19 +01:00
parent 12fc89f35d
commit 49a4625368
20 changed files with 20 additions and 20 deletions
@@ -32,7 +32,7 @@ android {
dependencies {
compile 'com.android.support:support-v4:13.0.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
}
// VERSION: $VERSION$