I have application with many fragments, many layouts and many viewmodels. Moving around thru whole project tree when I'm working on FeatureFragment.kt feature_fragment_layout.xml and FeatureFragmentViewModel.kt is really annoying.
Can I change android project structure to get something similar to this?
FeatureA
FeatureAFragment.kt
FeatureAViewModel.kt
feature_a_layout.xml
FeatureB
FeatureBFragment.kt
FeatureBViewModel.kt
feature_B_layout.xml
Users
UserDetailsFragment
UsersListAdapter
UsersFragment
user_details_fragment.xml
user_list_item_extended.xml
user_list_item_simple.xml
users_fragment.xml