Skip to content

Commit 5f700b4

Browse files
committed
fix jetchat conflicts
1 parent 52248bc commit 5f700b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jetchat/package.mill

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ object app extends BaseAndroidModule, AndroidR8AppModule {
9494
mvn"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2",
9595
mvn"androidx.compose.ui:ui-test",
9696
mvn"androidx.compose.ui:ui-test-junit4",
97-
mvn"androidx.collection:collection-ktx:1.5.0"
97+
mvn"androidx.collection:collection-ktx:1.5.0",
98+
99+
// Resolve conflicts
100+
mvn"androidx.savedstate:savedstate-ktx:1.3.0"
98101
)
99102

100103
}

0 commit comments

Comments
 (0)