diff --git a/domain/build.gradle.kts b/domain/build.gradle.kts index 5ca42b5f1..f3c88496a 100644 --- a/domain/build.gradle.kts +++ b/domain/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { api(libs.sqldelight.android.paging) - compileOnly(libs.compose.stablemarker) + compileOnly(compose.runtime.annotation) testImplementation(libs.bundles.test) testImplementation(kotlinx.coroutines.test) diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index d2bdf8fe5..12e1f1ebb 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -8,6 +8,7 @@ foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" } animation-graphics = { module = "androidx.compose.animation:animation-graphics" } runtime = { module = "androidx.compose.runtime:runtime" } +runtime-annotation = { module = "androidx.compose.runtime:runtime-annotation" } ui-tooling = { module = "androidx.compose.ui:ui-tooling" } ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } ui-util = { module = "androidx.compose.ui:ui-util" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index de6fd9935..743043be7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,6 @@ insetter = "dev.chrisbanes.insetter:insetter:0.6.1" compose-materialmotion = "io.github.fornewid:material-motion-compose-core:2.0.1" compose-webview = "io.github.kevinnzou:compose-webview:0.33.6" compose-grid = "io.woong.compose.grid:grid:1.2.2" -compose-stablemarker = "com.github.skydoves:compose-stable-marker:1.0.7" reorderable = { module = "sh.calvin.reorderable:reorderable", version = "3.0.0" } swipe = "me.saket.swipe:swipe:1.3.0"