tankistorep
06/22/2023, 12:22 PMnavigation -> feature -> domain
And I need navigation
to access a data class defined in domain
, but I don’t want there to be a direct dependency (as I don’t want navigation to have access to use cases etc). The only way I can think of solving this is creating something like a type
module which both the domain and navigation modules depend on.
Is there another easier/better practice way of doing this?florent
06/23/2023, 2:38 PMtankistorep
06/27/2023, 3:19 PMflorent
06/27/2023, 3:48 PMtankistorep
06/28/2023, 10:27 AMflorent
06/28/2023, 10:30 AMtankistorep
06/28/2023, 10:39 AM