android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.68k stars 928 forks source link

This repository doesn't use module to separate layer? #79

Closed mochadwi closed 5 years ago

mochadwi commented 5 years ago

I've looked into your java version and the layer was separated by each module. But this repo has a different approach, and the layer was combined with each other inside feature package

ferdyrod commented 5 years ago

He explain this in his post

First steps to Modularization