diff --git a/common/build.gradle.kts b/common/build.gradle.kts index aa8638af..d9f21b0c 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation(libs.androidx.compose.material) implementation(libs.androidx.compose.material3) implementation(libs.androidx.compose.runtime) - implementation(libs.androidx.compose.ui.ui.text) + implementation(libs.androidx.compose.ui.text) api(libs.napier) implementation(projects.database) implementation(projects.model) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 09713af8..8a203dba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,9 +30,8 @@ androidx-compose-foundation = "androidx.compose.foundation:foundation:1.3.0-beta androidx-compose-material = "androidx.compose.material:material:1.3.0-beta02" androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-beta02" androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-beta02" -androidx-compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "composeUi" } -androidx-compose-ui-ui-text = { module = "androidx.compose.ui:ui-text", version.ref = "composeUi" } -androidx-compose-ui-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "composeUi" } +androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeUi" } +androidx-compose-ui-text = { module = "androidx.compose.ui:ui-text", version.ref = "composeUi" } androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0" androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" } androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt" }