File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,14 @@ dependencies {
2121 projects.core.di,
2222 projects.core.model,
2323
24- libs.androidx.datastore.preferences,
25-
2624 libs.logger,
2725 )
2826
27+ // API because DataStore<Preferences> is exposed in public API (DataStoreGraph)
28+ // Metro compiler needs to resolve Preferences type across modules
29+ // See: https://github.com/ZacSweers/metro/discussions/1358#discussioncomment-15020091
30+ api(libs.androidx.datastore.preferences)
31+
2932 androidTestImplementations(
3033 libs.androidx.test.ext.junit,
3134 libs.androidx.test.runner,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ kotlinx-collections-immutable = "0.4.0"
3939metro = " 0.7.7"
4040
4141# # Network
42- okhttp = " 5.3.1 "
42+ okhttp = " 5.1.0 "
4343retrofit = " 3.0.0"
4444
4545# # Circuit
You can’t perform that action at this time.
0 commit comments