mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-11 20:00:32 +01:00
Applying dependency inversion #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @melihaksoy on GitHub (Aug 1, 2019).
Originally assigned to: @melihaksoy on GitHub.
Some modules depend on concrete classes that are in other modules. This can be a good case to apply dependency inversion.