Changed version in samples to 1.3.40 (#3090)

This commit is contained in:
LepilkinaElena
2019-06-20 15:40:25 +02:00
committed by GitHub
parent 0286001684
commit 5013fcc71f
6 changed files with 6 additions and 6 deletions
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
# Pin Kotlin version:
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.3.40-eap-40
kotlin_version=1.3.40
# Use custom Kotlin/Native home:
org.jetbrains.kotlin.native.home=../../dist
+1 -1
View File
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
# Pin Kotlin version:
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.3.40-eap-40
kotlin_version=1.3.40
# Use custom Kotlin/Native home:
org.jetbrains.kotlin.native.home=../../../dist
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
# Pin Kotlin version:
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.3.40-eap-40
kotlin_version=1.3.40
# Use custom Kotlin/Native home:
org.jetbrains.kotlin.native.home=../../../dist
+1 -1
View File
@@ -23,7 +23,7 @@ kotlin {
binaries {
executable(listOf(DEBUG))
}
binaries.getExecutable("test", DEBUG).apply {
binaries.getTest("DEBUG").apply {
freeCompilerArgs.add("-Xlibrary-to-cover=${compilations["main"].output.classesDirs.singleFile.absolutePath}")
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ org.gradle.parallel=true
# Pin Kotlin version:
# CHANGE_VERSION_WITH_RELEASE
kotlin_version=1.3.40-eap-40
kotlin_version=1.3.40
# Use custom Kotlin/Native home:
org.jetbrains.kotlin.native.home=../../dist
@@ -1,6 +1,6 @@
plugins {
// CHANGE_VERSION_WITH_RELEASE
kotlin("multiplatform") version "1.3.31"
kotlin("multiplatform") version "1.3.40"
}
kotlin {