Skip to content

Commit

Permalink
Use Kotlin 1.6.20-RC2 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Mar 29, 2022
1 parent 1add4f2 commit 13353b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

plugins {
kotlin("multiplatform") version "1.6.10" apply false
kotlin("plugin.serialization") version "1.6.10" apply false
kotlin("multiplatform") version "1.6.20-RC2" apply false
kotlin("plugin.serialization") version "1.6.20-RC2" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.8.0"
`maven-publish`
signing
Expand Down

0 comments on commit 13353b2

Please sign in to comment.