Closed crjacinro closed 6 years ago
If you check https://github.com/JakeWharton/SdkSearch/ it's just that data/domain/presentation top level isn't as good as slicing it by features
If you read the article, it clearly says the reasons why this technical decision was made. https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
Hi @android10
When I compared it to the java version of this project, there are multiple java modules used (data, domain, presentation) but here, in the kotlin project, it only uses one App module.
So is it correct to assume that the better way to architect projects is to use only one module? or is it a limitation currently for Kotlin?
Thank you