We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249e085 commit eae2242Copy full SHA for eae2242
shared/build.gradle.kts
@@ -16,7 +16,7 @@ kotlin {
16
val commonMain by getting {
17
dependencies {
18
api("androidx.compose.runtime:runtime:1.8.3")
19
- api("androidx.compose.foundation:foundation:1.8.1")
+ api("androidx.compose.foundation:foundation:1.8.3")
20
api("androidx.compose.material:material:1.8.1")
21
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
22
}
0 commit comments