I am using the latest android studio (4.1 canary 2) and I am wondering if I can generate a custom android library module from the "create new module wizard.
The reason that I need something like that is because on my latest project I am trying to apply clean architecture principles and it is also multi-module but it is cumbersome to create everything from scratch for each module.
So ideally I want to create a module which will create data, domain, di and ui packages with the appropriate classed inside, create the gradle file with some basic libraries and the res folder for some UIs.
Is it possible? I know that I can create templates for java files but I have not found anything alike for modules.
