miqbaldc
02/07/2022, 3:01 AM:koin-bridge
module as well?
Related: https://link.medium.com/YNApqhYurnb
To avoid leaking API of such data layer in the application layer. So the modules provider exist in the :koin-bridge
, the koin-bridge
will depend on domain, & data (for concrete implementation of domain repository)
And our application/presentation layer will depends on koin-bridge
instead of depends directly :data
layerarnaud.giuliani
02/08/2022, 3:27 PMmiqbaldc
02/09/2022, 5:27 AMBehind that you can access the Koin container, and request the needed typeSweet!
miqbaldc
02/09/2022, 5:28 AMhe only limit is compile visibility.Does this limitation only exist in
koin-annotations
as of now? or did you mention different meaning for compile visibility?arnaud.giuliani
02/09/2022, 3:18 PMmiqbaldc
02/10/2022, 3:39 AMmiqbaldc
02/10/2022, 3:40 AMcheckModules
API cmiiw? As Koin doesn’t have impact to the build time (or no compile visibility) in this case for :koin-bridge
modulearnaud.giuliani
02/10/2022, 9:13 AMcheckModules
allow to quickly test a Koin dependency graph