Changed version in samples to 1.3.40 (#3090)
This commit is contained in:
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
|
|||||||
|
|
||||||
# Pin Kotlin version:
|
# Pin Kotlin version:
|
||||||
# CHANGE_VERSION_WITH_RELEASE
|
# CHANGE_VERSION_WITH_RELEASE
|
||||||
kotlin_version=1.3.40-eap-40
|
kotlin_version=1.3.40
|
||||||
|
|
||||||
# Use custom Kotlin/Native home:
|
# Use custom Kotlin/Native home:
|
||||||
org.jetbrains.kotlin.native.home=../../dist
|
org.jetbrains.kotlin.native.home=../../dist
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
|
|||||||
|
|
||||||
# Pin Kotlin version:
|
# Pin Kotlin version:
|
||||||
# CHANGE_VERSION_WITH_RELEASE
|
# CHANGE_VERSION_WITH_RELEASE
|
||||||
kotlin_version=1.3.40-eap-40
|
kotlin_version=1.3.40
|
||||||
|
|
||||||
# Use custom Kotlin/Native home:
|
# Use custom Kotlin/Native home:
|
||||||
org.jetbrains.kotlin.native.home=../../../dist
|
org.jetbrains.kotlin.native.home=../../../dist
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ org.gradle.workers.max=4
|
|||||||
|
|
||||||
# Pin Kotlin version:
|
# Pin Kotlin version:
|
||||||
# CHANGE_VERSION_WITH_RELEASE
|
# CHANGE_VERSION_WITH_RELEASE
|
||||||
kotlin_version=1.3.40-eap-40
|
kotlin_version=1.3.40
|
||||||
|
|
||||||
# Use custom Kotlin/Native home:
|
# Use custom Kotlin/Native home:
|
||||||
org.jetbrains.kotlin.native.home=../../../dist
|
org.jetbrains.kotlin.native.home=../../../dist
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ kotlin {
|
|||||||
binaries {
|
binaries {
|
||||||
executable(listOf(DEBUG))
|
executable(listOf(DEBUG))
|
||||||
}
|
}
|
||||||
binaries.getExecutable("test", DEBUG).apply {
|
binaries.getTest("DEBUG").apply {
|
||||||
freeCompilerArgs.add("-Xlibrary-to-cover=${compilations["main"].output.classesDirs.singleFile.absolutePath}")
|
freeCompilerArgs.add("-Xlibrary-to-cover=${compilations["main"].output.classesDirs.singleFile.absolutePath}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Pin Kotlin version:
|
# Pin Kotlin version:
|
||||||
# CHANGE_VERSION_WITH_RELEASE
|
# CHANGE_VERSION_WITH_RELEASE
|
||||||
kotlin_version=1.3.40-eap-40
|
kotlin_version=1.3.40
|
||||||
|
|
||||||
# Use custom Kotlin/Native home:
|
# Use custom Kotlin/Native home:
|
||||||
org.jetbrains.kotlin.native.home=../../dist
|
org.jetbrains.kotlin.native.home=../../dist
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
// CHANGE_VERSION_WITH_RELEASE
|
// CHANGE_VERSION_WITH_RELEASE
|
||||||
kotlin("multiplatform") version "1.3.31"
|
kotlin("multiplatform") version "1.3.40"
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user