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