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
+6 -1
View File
@@ -32,9 +32,14 @@ android {
}
dependencies {
api(projects.core.designsystem)
implementation(projects.core.common)
api(projects.core.model)
implementation(libs.haze)
implementation(libs.haze.materials)
implementation(platform(libs.compose.bom))
implementation(libs.bundles.compose)
debugImplementation(libs.compose.ui.tooling)
}