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 2c50f0f commit df44661Copy full SHA for df44661
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.8.1")
+ api("androidx.compose.runtime:runtime:1.8.3")
19
api("androidx.compose.foundation:foundation:1.8.1")
20
api("androidx.compose.material:material:1.8.1")
21
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
0 commit comments