File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ dependencies {
73
73
testImplementation(libs.test.truth)
74
74
testImplementation(libs.test.turbine)
75
75
testImplementation(libs.test.robolectric)
76
+ testImplementation(libs.kotlinx.collections.immutable)
76
77
testImplementation(projects.libraries.matrix.test)
77
78
testImplementation(projects.libraries.push.test)
78
79
testImplementation(projects.libraries.pushstore.test)
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
48
48
testImplementation(libs.test.robolectric)
49
49
testImplementation(libs.test.truth)
50
50
testImplementation(libs.test.turbine)
51
+ testImplementation(libs.kotlinx.collections.immutable)
51
52
testImplementation(projects.libraries.matrix.test)
52
53
testImplementation(projects.libraries.push.test)
53
54
testImplementation(projects.libraries.pushproviders.test)
You can’t perform that action at this time.
0 commit comments