Create your feature module and move classes to it bottom up (from data model classes to UseCases/ Interactors then ViewModels/ Presenter) one at a time. Whenever there is a class blocking your move or causing circular dependency, move it to :app module temporarily. Also, creating interfaces help, temporarily.
Report Story
Trending now