Closed thibseisel closed 1 year ago
This heavily inspires from what has been done for the "NowInAndroid" showcase project. The following plugins have been defined:
odeon.android.application
odeon.android.library
odeon.android.hilt
This also updates Gradle and the Android Gradle Plugin.
This heavily inspires from what has been done for the "NowInAndroid" showcase project. The following plugins have been defined:
odeon.android.application
: applied on the root app module.odeon.android.library
: applied on all library modules.odeon.android.hilt
: applied on all modules that use Dagger Hilt.This also updates Gradle and the Android Gradle Plugin.