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
@@ -1,6 +1,5 @@
buildscript {
apply from: "include.gradle"
ext.kotlin_version = gradleKotlinPluginVersion('1.3.10')
ext.kotlin_version = '{{kotlin_plugin_version}}'
repositories {
google()
jcenter()