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 36db97b commit d8844b6Copy full SHA for d8844b6
shared/build.gradle.kts
@@ -15,7 +15,7 @@ kotlin {
15
sourceSets {
16
val commonMain by getting {
17
dependencies {
18
- api("androidx.compose.runtime:runtime:1.7.8")
+ api("androidx.compose.runtime:runtime:1.8.1")
19
api("androidx.compose.foundation:foundation:1.7.8")
20
api("androidx.compose.material:material:1.8.1")
21
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
0 commit comments