refactor: rename ui-common module to core-ui module

This commit is contained in:
2026-04-24 17:43:33 +02:00
parent 7232352014
commit ab7700d202
27 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ kotlin {
dependencies {
implementation(project(":data"))
implementation(project(":core"))
implementation(project(":ui-common"))
implementation(project(":core-ui"))
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.lifecycle.viewmodel.compose)

View File

@@ -52,7 +52,7 @@ kotlin {
dependencies {
implementation(project(":data"))
implementation(project(":core"))
implementation(project(":ui-common"))
implementation(project(":core-ui"))
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.lifecycle.viewmodel.compose)

View File

@@ -27,4 +27,4 @@ include(":app")
include(":app-tv")
include(":data")
include(":core")
include(":ui-common")
include(":core-ui")