Fix GradleNativeLibrariesPropagationTest

Dev plugin in tests were replaced with release version
This commit is contained in:
Andrey Uskov
2019-11-19 17:26:59 +03:00
parent 8a3dfe93f2
commit 968ccf667a
2 changed files with 2 additions and 4 deletions
@@ -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,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 {