Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose to v1.5.10 (#414)
Browse files Browse the repository at this point in the history
* Update dependency org.jetbrains.compose to v1.5.10

* Removing no cache from properties.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam McNeilly <amcneilly331@gmail.com>
  • Loading branch information
renovate[bot] and AdamMc331 authored Nov 3, 2023
1 parent 55d1117 commit 3d7a735
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ js=false

# Compose flags - needed because compose KMM is still experimental
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none

#MPP flags - pulled from some template?
kotlin.mpp.stability.nowarn=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ espresso = "3.5.1"
glance = "1.0.0"
jsoup = "1.16.2"
junit = "4.13.2"
kmpCompose = "1.5.3"
kmpCompose = "1.5.10"
koin = "3.5.0"
kotlin = "1.9.0"
kotlinGradlePlugin = "1.9.0"
Expand Down

0 comments on commit 3d7a735

Please sign in to comment.