Update Kotlin version in samples and Dockerfile
1.3.40-dev-1480 for samples. 1.3.30 for the Dockerfile (it reflects the latest K/N release).
This commit is contained in:
committed by
Ilya Matveev
parent
3bf3b6a5a3
commit
ad58a55e03
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.3.20"
|
||||
// CHANGE_VERSION_WITH_RELEASE
|
||||
kotlin("multiplatform") version "1.3.30"
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
Reference in New Issue
Block a user