code4romania / teacher-workout-android

Teacher Workout Android app
Mozilla Public License 2.0
5 stars 17 forks source link

Remove dynamic feature #27

Closed AlexandraDamaschin closed 3 years ago

AlexandraDamaschin commented 3 years ago

What does it fix?

If it is related to an open issue, please link the issue here. All our modules in feature module will be "libraries" instead of dynamic features. This is recommended by Google when they describe the best approach for navigation with multiple modules.

https://developer.android.com/guide/navigation/navigation-multi-module

Remove dynamic feature for navigation.

How has it been tested?