diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index ae1e2a4ec..33d548820 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -15,7 +15,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - api("androidx.compose.runtime:runtime:1.7.2") + api("androidx.compose.runtime:runtime:1.7.4") api("androidx.compose.foundation:foundation:1.7.2") api("androidx.compose.material:material:1.7.2") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")