I've created a simple android project with Android Studio. How to create layers? I mean data, presentation, domain layers using Android studio.I'm trying to understand how to use Clean Architecture pattern in my Android apps.
As I understand to create a new layer I need to do this Click on Project folder -> Create new Module -> Select Java Library. Am I right?