Skip to content

Commit

Permalink
Update to Kotlin 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Jun 5, 2022
1 parent cb4777c commit 2270892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
kotlin("multiplatform") version "1.6.10"
kotlin("plugin.serialization") version "1.6.10"
kotlin("multiplatform") version "1.6.21"
kotlin("plugin.serialization") version "1.6.21"
id("maven-publish")
id("com.github.johnrengelman.shadow") version "5.2.0"
}
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
kotlin.code.style=official
serializationVersion=1.3.1
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
serializationVersion=1.3.2
kotlin.js.generate.executable.default=false

0 comments on commit 2270892

Please sign in to comment.