Closed adarzulfu closed 3 years ago
Hi @adarzulfu, for now it's not possible. But I will mark it as enhancement to add in the future :)
It took a while but requested feature was officially added to v1.2.0 :)
There are couple more features like multiple categories, custom variables for each category, related android component, subdirectory and source set for each screen element.
@gmatyszczak how can i use this feature on 1.2.0? I trying something like this but the subpackage would not created. See what happend on the second image.
@JuanchiFraga Use /
in subdirectory, e.g. presentation/viewmodel
@gmatyszczak I still can't get it to work :(
I would like to do something like that
Really greate work! Thank you
I was wondering if it is possible to auto create sub package under selected package for MVVM. For example I have 3 main package "data - domain - presentation" under my main module named "sample". So If i select the main module package (com.sample) to create templated files it should create these files under appropriate package;
Basically, my question is that the generator currently create all files to the selected package. How to create new package and move some generated file to it (fragment, viewmodel etc.)