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

This commit is contained in:
AntsyLich
2025-09-17 18:07:34 +06:00
parent d3b7f7e55f
commit 4ac9fcd4d3
3 changed files with 2 additions and 2 deletions

View File

@@ -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" }