Улучшения
This commit is contained in:
@@ -67,17 +67,10 @@ dependencies {
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.androidx.lifecycle.runtime.ktx)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
//implementation(platform(libs.androidx.compose.bom))
|
||||
|
||||
//debugImplementation(libs.androidx.ui.tooling)
|
||||
//debugImplementation(libs.androidx.ui.test.manifest)
|
||||
//implementation(libs.androidx.ui)
|
||||
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
//androidTestImplementation(platform(libs.androidx.compose.bom))
|
||||
//androidTestImplementation(libs.androidx.ui.test.junit4)
|
||||
|
||||
implementation(project(":domain"))
|
||||
implementation(project(":data"))
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
|
||||
@@ -41,7 +41,6 @@ dependencies {
|
||||
// Room
|
||||
implementation(libs.room.ktx)
|
||||
implementation(libs.room.runtime)
|
||||
annotationProcessor(libs.room.compiler)
|
||||
ksp(libs.room.compiler)
|
||||
|
||||
// Retrofit
|
||||
|
||||
@@ -20,8 +20,6 @@ daggerHilt = "2.59.2"
|
||||
ksp = "2.3.6"
|
||||
room = "2.8.4"
|
||||
retrofit = "3.0.0"
|
||||
appcompat = "1.7.1"
|
||||
material = "1.13.0"
|
||||
|
||||
[libraries]
|
||||
jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }
|
||||
@@ -65,8 +63,6 @@ androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||||
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||||
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
||||
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
||||
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||||
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||||
|
||||
|
||||
[plugins]
|
||||
|
||||
@@ -43,6 +43,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation(libs.navigation)
|
||||
|
||||
Reference in New Issue
Block a user