Hi ! Hopefully it's the appropriated channel. I'm wondering what is the best way to create a librar...
y
Hi ! Hopefully it's the appropriated channel. I'm wondering what is the best way to create a library module inside a subfolder in an android project, since Android Studio doesn't show me this option. Thanks ! Slack Conversation
1
p
Create module normally and in the module name (not package) type
:subfolder:modulename
Or you can create a module whereever you want, move it (in the project view or a files app) and just update
gradle.settings
file.
v
I usually do copy&paste of the directory with an existing module and add it to
settings.gradle.kts
afterwards