Skip to content

Commit

Permalink
Change image loader dependency configuration to api instead of `imp…
Browse files Browse the repository at this point in the history
…lementation`

This was causing issues with DI when providing `ImageLoader` for Android builds
  • Loading branch information
msasikanth committed Sep 18, 2023
1 parent fca7470 commit a5dad6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ kotlin {
api(libs.okio)
implementation(libs.paging.common)
implementation(libs.paging.compose)
implementation(libs.imageloader)
api(libs.imageloader)
}
}
val commonTest by getting {
Expand Down

0 comments on commit a5dad6f

Please sign in to comment.