Update dependency androidx.compose.foundation:foundation to v1.8.3 (#1200)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-07 20:40:36 +05:30
committed by GitHub
parent 249e085e6d
commit eae2242bff

View File

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