move all ui-related classes and files to ui module

This commit is contained in:
2024-07-15 18:31:58 +03:00
parent 9a1bce5707
commit ee7499f117
171 changed files with 405 additions and 1354 deletions
-9
View File
@@ -82,8 +82,6 @@ compose-runtime-saveable = { module = "androidx.compose.runtime:runtime-saveable
compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
# TODO: remove version from non-bom dependencies
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-core-coroutines = { module = "io.insert-koin:koin-core-coroutines", version.ref = "koin" }
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
@@ -103,13 +101,6 @@ compose = [
"compose-lifecycle-runtime",
"compose-runtime-saveable"
]
koin = [
"koin-core",
"koin-core-coroutines",
"koin-android",
"koin-androidx-compose",
"koin-androidx-compose-navigation"
]
compose-ui-test = ["compose-ui-test-junit4", "compose-ui-test-manifest"]
[plugins]