We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fda6b8 commit 01d99d4Copy full SHA for 01d99d4
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Unreleased
2
+
3
+### Changed
4
+- Update Kotlin to 1.4.21
5
6
# 1.6.1
7
8
### Added
build.gradle.kts
@@ -13,8 +13,8 @@ buildscript {
13
}
14
15
plugins {
16
- kotlin("multiplatform") version "1.4.20"
17
- kotlin("plugin.serialization") version "1.4.20"
+ kotlin("multiplatform") version "1.4.21"
+ kotlin("plugin.serialization") version "1.4.21"
18
id("maven-publish")
19
20
0 commit comments