Fix GradleNativeLibrariesPropagationTest
Dev plugin in tests were replaced with release version
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.3.60-dev-2515"
|
||||
kotlin("multiplatform") version "1.3.60"
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.3.60-dev-2515"
|
||||
kotlin("multiplatform") version "1.3.60"
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
Reference in New Issue
Block a user