tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

Improve logic around using Bootstrap in Dependency #78

Closed adityadaniel closed 1 year ago

adityadaniel commented 1 year ago

Remove bootstrap from dependency, anyone who would want to override dependency should use .dependency()

Add additional checking for active mocked bootstrap before returning its value. This is useful for make dependency return properties properly