Skip to content

Commit

Permalink
chore(deps): revert to kotlin 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jul 10, 2022
1 parent 132b254 commit c17db19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## 0.4.0

- Update
- `Kotlin` to `1.7.0`.
- `KotlinX Coroutines` to `1.6.3`.

- Add
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTargetWithTests
import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType

plugins {
kotlin("multiplatform") version "1.7.0"
kotlin("multiplatform") version "1.6.21"
id("com.diffplug.spotless") version "6.8.0"
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.20.0"
Expand Down

0 comments on commit c17db19

Please sign in to comment.