Migrate import tests to annotation-driven determination of target

kotlin plugin versions
This commit is contained in:
Andrey Uskov
2019-11-08 18:12:58 +03:00
parent d05f893233
commit 51590ef1b7
49 changed files with 223 additions and 356 deletions
@@ -4,9 +4,7 @@ buildscript {
}
dependencies {
apply from: "include.gradle"
def kotlinVersion = gradleKotlinPluginVersion('1.2.31')
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:{{kotlin_plugin_version}}")
}
}