Replace compose-stable-marker with compose-runtime-annotation
(cherry picked from commit 4ac9fcd4d3ff2eed59d9c8454d7463b7c9e6dda6)
This commit is contained in:
parent
6100fc4c24
commit
f76539743d
3 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -63,7 +63,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 = "2.5.1" }
|
||||
palette-ktx = "androidx.palette:palette-ktx:1.0.0"
|
||||
materialKolor = "com.materialkolor:material-kolor:2.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue