diff --git a/samples/androidNativeActivity/gradle.properties b/samples/androidNativeActivity/gradle.properties index 3a4b747fbd0..cbdf0de625a 100644 --- a/samples/androidNativeActivity/gradle.properties +++ b/samples/androidNativeActivity/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../dist diff --git a/samples/calculator/gradle.properties b/samples/calculator/gradle.properties index 6a99cd4232a..dadfefed86c 100644 --- a/samples/calculator/gradle.properties +++ b/samples/calculator/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../../dist diff --git a/samples/cocoapods/kotlin-library/gradle.properties b/samples/cocoapods/kotlin-library/gradle.properties index 6a99cd4232a..dadfefed86c 100644 --- a/samples/cocoapods/kotlin-library/gradle.properties +++ b/samples/cocoapods/kotlin-library/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../../dist diff --git a/samples/gradle.properties b/samples/gradle.properties index 78f372564f1..07d7340d745 100644 --- a/samples/gradle.properties +++ b/samples/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.3.40 +kotlin_version=1.3.41 # Use custom Kotlin/Native home: org.jetbrains.kotlin.native.home=../../dist