Hi how do I make the java folder a root directory?...
# android
j
Hi how do I make the java folder a root directory? when I created a module
base-persistence
only
unit test folder
and
ui test
are the defaults so I created a root folder or directory but everytime I create a sub folder it creates another new directory. Eg: In
com.metromart.runner_persistence
I want to create a sub directory called base but instead it creates another folder,
com.metromart.runner_persistence.base
.
l
At the top you can change your view to “Project” and then you can sort your folders correctly
❤️ 1
The “root” in java projects is usually the
main
folder
j
yeah I already got it fix thanks
👍 1