Migrate import tests to annotation-driven determination of target
kotlin plugin versions
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
// TODO parametrization
|
||||
kotlin("multiplatform").version("1.3.50")
|
||||
kotlin("multiplatform").version("{{kotlin_plugin_version}}")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Vendored
+1
-2
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
// TODO parametrization
|
||||
kotlin("multiplatform").version("1.3.50")
|
||||
kotlin("multiplatform").version("{{kotlin_plugin_version}}")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
kotlin_version = 1.3.50
|
||||
kotlin_version = {{kotlin_plugin_version}}
|
||||
coroutines_version = 1.1.1
|
||||
moowork_node = 1.2.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user