fix(deps): update dependency androidx.compose.runtime:runtime to v1.8.3 (#1197)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-05 04:13:44 +00:00
committed by GitHub
parent 2c50f0fb1f
commit df4466161e

View File

@@ -15,7 +15,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api("androidx.compose.runtime:runtime:1.8.1")
api("androidx.compose.runtime:runtime:1.8.3")
api("androidx.compose.foundation:foundation:1.8.1")
api("androidx.compose.material:material:1.8.1")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")