fix(deps): update dependency androidx.compose.runtime:runtime to v1.7.8 (#1088)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-21 05:03:49 +00:00
committed by GitHub
parent d994c6c159
commit 85fbd896c8
+1 -1
View File
@@ -15,7 +15,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api("androidx.compose.runtime:runtime:1.7.7")
api("androidx.compose.runtime:runtime:1.7.8")
api("androidx.compose.foundation:foundation:1.7.8")
api("androidx.compose.material:material:1.7.7")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")