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:
Ilya Matveev
2019-04-12 19:24:37 +07:00
committed by Ilya Matveev
parent 3bf3b6a5a3
commit ad58a55e03
5 changed files with 9 additions and 4 deletions
@@ -1,5 +1,6 @@
plugins {
kotlin("multiplatform") version "1.3.20"
// CHANGE_VERSION_WITH_RELEASE
kotlin("multiplatform") version "1.3.30"
}
kotlin {