Has anyone used kinde_flutter_sdk to build android app?
I am having issues building android APK with kinde_flutter_sdk for auth. I install the SDK and without even using the sdk in the code just building the code to run on simulator I get the following error
FAILURE: Build failed with an exception.* What went wrong:A problem occurred configuring project ':flutter_inappwebview'.> 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. If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
FAILURE: Build failed with an exception.* What went wrong:A problem occurred configuring project ':flutter_inappwebview'.> 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. If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
I do have a namespace in the gradle build file and not sure whats causing this? Any pointers would be helpful...