Skip to content

Commit 0d6c9f3

Browse files
committed
revert missing dependencies for test [FoKE-Developers#22]
1 parent 12e7c4a commit 0d6c9f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ dependencies {
4949
implementation(libs.datastore.preferences.core)
5050
implementation(libs.protobuf.javalite)
5151

52+
// test
53+
testImplementation(libs.junit)
54+
androidTestImplementation(libs.androidx.junit)
55+
5256
// module dependency
5357
implementation(project(":domain"))
5458

0 commit comments

Comments
 (0)