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