Move samples to 1.3.50 version of Kotlin
This commit is contained in:
committed by
SvyatoslavScherbina
parent
47fb8e15bc
commit
6dc8aee429
@@ -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.50-eap-86
|
kotlin_version=1.3.50
|
||||||
|
|
||||||
# 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.50-eap-86
|
kotlin_version=1.3.50
|
||||||
|
|
||||||
# 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.50-eap-86
|
kotlin_version=1.3.50
|
||||||
|
|
||||||
# Use custom Kotlin/Native home:
|
# Use custom Kotlin/Native home:
|
||||||
org.jetbrains.kotlin.native.home=../../../dist
|
org.jetbrains.kotlin.native.home=../../../dist
|
||||||
|
|||||||
@@ -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.50-eap-86
|
kotlin_version=1.3.50
|
||||||
|
|
||||||
# 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.50-eap-86"
|
kotlin("multiplatform") version "1.3.50"
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user