Add namespace configuration for each module to fix the "Namespace not specified" error when upgrading to Android Gradle Plugin 8.0. AGP 8.0 requires a unique namespace to be specified in android { } block in build.gradle. This namespace will be used for generating R class and other code.
Description
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
Add namespace configuration for each module to fix the "Namespace not specified" error when upgrading to Android Gradle Plugin 8.0. AGP 8.0 requires a unique namespace to be specified in android { } block in build.gradle. This namespace will be used for generating R class and other code.
Description
Type of Change