Skip to content

Commit

Permalink
Fix iOS generation with last rc03
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed May 17, 2024
1 parent 4f7fc12 commit 1f416bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion projects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ koinVersion=3.6.0-Beta4
koinComposeVersion=1.2.0-Beta4

#Compose
jetpackComposeCompiler=1.5.13
jetpackComposeCompiler=1.5.14
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true

Expand Down
10 changes: 5 additions & 5 deletions projects/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# /!\ Koin in gradle.properties /!\

# Core
kotlin = "1.9.23"
kotlin = "1.9.24"
binaryValidator = "0.13.2"
publish = "2.0.0-rc-1"
coroutines = "1.8.0"
Expand All @@ -13,14 +13,14 @@ agp = "7.4.2"
android-appcompat = "1.6.1"
android-activity = "1.9.0"
android-fragment = "1.7.1"
androidx-lifecycle = "2.8.0-rc01"
androidx-lifecycle = "2.8.0"
androidx-workmanager = "2.9.0"
androidx-navigation = "2.7.7"
# Compose
# /!\ Compose compiler in gradle.properties /!\
composeJB = "1.6.10-rc02"
composeLifecycle = "2.8.0-rc02"
composeNavigation = "2.7.0-alpha05"
composeJB = "1.6.10-rc03"
composeLifecycle = "2.8.0-rc03"
composeNavigation = "2.7.0-alpha06"
composeJetpackRuntime = "1.6.7"
# Test
stately = "2.0.6"
Expand Down

0 comments on commit 1f416bc

Please sign in to comment.