Skip to content

Commit

Permalink
Bump Kotlin to 2.0.20-RC2 and kotlinx-uuid to 0.1.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 17, 2024
1 parent 1698ad5 commit ec7c815
Show file tree
Hide file tree
Showing 6 changed files with 662 additions and 988 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import java.util.*
import io.gitlab.arturbosch.detekt.*

plugins {
kotlin("multiplatform") version "2.0.10"
kotlin("plugin.compose") version "2.0.10"
kotlin("multiplatform") version "2.0.20-RC2"
kotlin("plugin.compose") version "2.0.20-RC2"
id("org.jetbrains.compose") version "1.6.11"
id("maven-publish")
id("signing")
Expand Down Expand Up @@ -121,6 +121,8 @@ tasks.withType<AbstractPublishToMaven>().configureEach {
tasks.withType<AbstractArchiveTask>().configureEach {
isPreserveFileTimestamps = false
isReproducibleFileOrder = true
filePermissions {}
dirPermissions {}
}

nexusPublishing {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ coroutines = "1.8.1"
[libraries]
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "coroutines" }
kotlinx-uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.0.26" }
kotlinx-uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.1.0" }
Loading

0 comments on commit ec7c815

Please sign in to comment.