Hi ! Hopefully it's the appropriated channel. I'm...
# android
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 !
😶 1
c
you can add the directory as a standard directory, create the
src
directory and add your gradle file. Then in the
settings.gradle
file add the new module as
include ':ui:my-module'