Valentino Zegna
Valentino Zegna
This can be fixed by adding the namespace to the build.gradle file of flutter_app_badger, as I indicated [in this other open issue](https://github.com/g123k/flutter_app_badger/issues/89#issuecomment-1852717043)
+1 on this
Please add the namespace to the build.gradle of flutter_app_badger: This is what the build.gradle file should look like: ``` group 'fr.g123k.flutterappbadge.flutterappbadger' version '1.0-SNAPSHOT' buildscript { repositories { google() mavenCentral() }...
This change is needed because people are having troubles compiling apps on Android with the latest Gradle Plugin and Kotlin Versions.