Skip to content

Commit

Permalink
Update the Compose compiler to 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 15, 2024
1 parent 4bcb8e6 commit 6f1b844
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
run: ./gradlew detektAll

build-ios-app:
# TODO: Re-enable build-ios-app when https://github.com/JetBrains/compose-multiplatform/issues/4809 is resolved
if: false
permissions:
contents: read
runs-on: macos-14
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ buildscript-composeJetbrains = { module = "org.jetbrains.compose:compose-gradle-
buildscript-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
buildscript-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

compose-compilerJetbrains = "org.jetbrains.compose.compiler:compiler:1.5.13.3"
compose-compilerJetbrains = "org.jetbrains.compose.compiler:compiler:1.5.14"
compose-material3-windowSizeClass = "dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"

detektCompose = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektCompose" }
Expand Down

0 comments on commit 6f1b844

Please sign in to comment.