|
|
|
|
@ -150,13 +150,10 @@ turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine
|
|
|
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
|
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core-ktx" }
|
|
|
|
|
androidx-test-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-junit" }
|
|
|
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-espresso-core" }
|
|
|
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
|
|
|
|
|
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }
|
|
|
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
|
|
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
|
|
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
|
|
|
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
|
|
|
|
|
|
|
|
|
@ -187,8 +184,6 @@ protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
|
|
|
|
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
|
|
|
|
|
room = { id = "androidx.room", version.ref = "room" }
|
|
|
|
|
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" }
|
|
|
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
|
|
|
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
|
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
|
|
|
|
|
|
|