Helllo guys, i have issue with my gradle after upd...
# community-support
l
Helllo guys, i have issue with my gradle after updating it from 4.4.1 to 8.10.2 I have added a namespace in the build.gradle but i have this error at every gradlew command : A problem occurred configuring project ':twitter_login'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
v
That message is not coming from Gradle. You probably also updated the Android Gradle Plugin. And that obviously detected that not everywhere the namespace is set.
l
ok thanks vampire
👌 1