Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
comment out compose resources to publish and workaround:

JetBrains/compose-multiplatform#4442

JetBrains/compose-multiplatform#4295
  • Loading branch information
luca992 committed Mar 8, 2024
1 parent 92ca183 commit d6fee4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true

GROUP=media.kamel
VERSION_NAME=0.9.3
VERSION_NAME=0.9.4

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ com-android-application = { id = "com.android.application", version.ref = "agp"

kotlin = "1.9.22"
agp = "8.2.2"
##⬆= "8.3.0"

okio = "3.8.0"
startup-runtime = "1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions kamel-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ kotlin {
implementation(compose.ui)
implementation(compose.foundation)
implementation(compose.runtime)
// move resources to commonTest if possible eventually
// https://github.com/JetBrains/compose-multiplatform/issues/4442
implementation(compose.components.resources)
// // move resources to commonTest if possible eventually
// // https://github.com/JetBrains/compose-multiplatform/issues/4442
// implementation(compose.components.resources)
implementation(libs.kotlinx.coroutines.core)
implementation(libs.ktor.client.core)
implementation(libs.okio)
Expand Down

0 comments on commit d6fee4e

Please sign in to comment.