Replace compose-stable-marker with compose-runtime-annotation

(cherry picked from commit 4ac9fcd4d3ff2eed59d9c8454d7463b7c9e6dda6)
This commit is contained in:
AntsyLich
2025-09-17 18:07:34 +06:00
committed by NGB-Was-Taken
parent ae98a5fe58
commit 0b58a081af
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ dependencies {
api(libs.sqldelight.android.paging)
compileOnly(libs.compose.stablemarker)
compileOnly(compose.runtime.annotation)
// SY -->
implementation(libs.injekt)