@@ -57,13 +57,14 @@ kotlin-ktlint-source = "0.50.0"
5757
5858# # Test
5959junit = " 4.13.2"
60- junit-version = " 1.2.1"
60+ androidx-test-ext-junit = " 1.2.1"
61+ androidx-test-runner = " 1.6.2"
6162espresso-core = " 3.6.1"
6263material = " 1.12.0"
6364
6465[libraries ]
6566android-gradle-plugin = { group = " com.android.tools.build" , name = " gradle" , version.ref = " android-gradle-plugin" }
66- kotlin-gradle-plugin = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
67+ kotlin-gradle-plugin = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
6768compose-compiler-gradle-plugin = { group = " org.jetbrains.kotlin" , name = " compose-compiler-gradle-plugin" , version.ref = " kotlin" }
6869
6970androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " androidx-core" }
@@ -72,7 +73,7 @@ androidx-activity-compose = { group = "androidx.activity", name = "activity-comp
7273androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
7374androidx-splash = { group = " androidx.core" , name = " core-splashscreen" , version.ref = " androidx-splash" }
7475androidx-startup = { group = " androidx.startup" , name = " startup-runtime" , version.ref = " androidx-startup" }
75- androidx-datastore-core = { group = " androidx.datastore" , name = " datastore" , version.ref = " androidx-datastore" }
76+ androidx-datastore-preferences = { group = " androidx.datastore" , name = " datastore-preferences " , version.ref = " androidx-datastore" }
7677
7778androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " androidx-compose-bom" }
7879androidx-compose-foundation = { group = " androidx.compose.foundation" , name = " foundation" }
@@ -94,6 +95,7 @@ retrofit-kotlinx-serialization-converter = { module = "com.squareup.retrofit2:co
9495okhttp-logging-interceptor = { group = " com.squareup.okhttp3" , name = " logging-interceptor" , version.ref = " okhttp" }
9596
9697kotlinx-coroutines-core = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version.ref = " kotlinx-coroutines" }
98+ kotlinx-coroutines-test = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-test" , version.ref = " kotlinx-coroutines" }
9799kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version.ref = " kotlinx-serialization-json" }
98100kotlinx-datetime = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime" , version.ref = " kotlinx-datetime" }
99101kotlinx-collections-immutable = { group = " org.jetbrains.kotlinx" , name = " kotlinx-collections-immutable" , version.ref = " kotlinx-collections-immutable" }
@@ -111,7 +113,9 @@ detekt-formatting = { group = "io.gitlab.arturbosch.detekt", name = "detekt-form
111113kakao-auth = { group = " com.kakao.sdk" , name = " v2-user" , version.ref = " kakao-core" }
112114
113115junit = { group = " junit" , name = " junit" , version.ref = " junit" }
114- androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junit-version" }
116+
117+ androidx-test-ext-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " androidx-test-ext-junit" }
118+ androidx-test-runner = { group = " androidx.test" , name = " runner" , version.ref = " androidx-test-runner" }
115119androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espresso-core" }
116120material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
117121
@@ -138,7 +142,7 @@ booket-android-application = { id = "booket.android.application", version = "uns
138142booket-android-application-compose = { id = " booket.android.application.compose" , version = " unspecified" }
139143booket-android-library = { id = " booket.android.library" , version = " unspecified" }
140144booket-android-library-compose = { id = " booket.android.library.compose" , version = " unspecified" }
141- booket-android-retrofit = { id = " booket.android.retrofit" , version = " unspecified" }
145+ booket-android-retrofit = { id = " booket.android.retrofit" , version = " unspecified" }
142146booket-android-feature = { id = " booket.android.feature" , version = " unspecified" }
143147booket-android-hilt = { id = " booket.android.hilt" , version = " unspecified" }
144148booket-jvm-library = { id = " booket.jvm.library" , version = " unspecified" }
0 commit comments