Skip to content

Commit

Permalink
Add onDestroy to essenty lifecycle on IO
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Mar 12, 2023
1 parent a079144 commit f4a1565
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 @@ -90,7 +90,7 @@ kotlin {

// Image Loading
api(Deps.Github.imageLoader)
api(Deps.ArkIvanov.Essenty.lifecycle)
implementation(Deps.ArkIvanov.Essenty.lifecycle)
}
}
val commonTest by getting {
Expand Down

0 comments on commit f4a1565

Please sign in to comment.