Skip to content

Commit

Permalink
add back todo to remove compose resources from core commonMain
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 18, 2024
1 parent d377563 commit b1ae009
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions kamel-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ kotlin {
implementation(libs.ktor.client.core)
implementation(libs.okio)
implementation(libs.cache4k)
// todo: remove this https://youtrack.jetbrains.com/issue/CMP-4442
implementation(compose.components.resources)
}
}

Expand Down Expand Up @@ -113,12 +115,6 @@ kotlin {
}
}

compose.resources {
// for testing purposes
// https://youtrack.jetbrains.com/issue/CMP-4442
generateResClass = always
}

android {
namespace = "io.kamel.core.cache"
compileSdk = 34
Expand Down

0 comments on commit b1ae009

Please sign in to comment.