AGP 8 / Gradle 8 builds broken due to outdated isar_flutter_libs dependency #132
HedyHidouRy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Sendbird team,
We are using sendbird_chat_sdk in our Flutter project and recently migrated to Android Gradle Plugin (AGP) 8. AGP 8 requires every library to specify a namespace in its android {} block. However, isar_flutter_libs—which sendbird_chat_sdk depends on—has not been updated in 21 months and doesn’t define this property, causing my builds to fail with:
> Namespace not specified. Please specify a namespace in the module's build.gradle file.
Would you be able to:
This issue is blocking our Flutter project from using the latest Android build tools. A quick patch or guidance on a workaround would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions