You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using web3modal_flutter in my Flutter project, and I've encountered an issue when attempting to build the project with Android Gradle Plugin (AGP) version 8.x. The problem stems from the coinbase_wallet_sdk dependency, which is pulled in automatically as a transitive dependency.
The coinbase_wallet_sdk causes a build failure because it lacks a namespace entry in its build.gradle file, which is required for compatibility with AGP 8.x. This issue prevents me from using the latest Android Gradle Plugin, which I need for other dependencies and tools in my project.
Steps to Reproduce:
Add web3modal_flutter as a dependency in a Flutter project.
Use Android Gradle Plugin version 8.x in the build.gradle file.
Attempt to build the project.
Expected Behavior:
The project should build successfully with Android Gradle Plugin 8.x without any issues related to the coinbase_wallet_sdk dependency.
Actual Behavior:
The build fails with an error stating that namespace is not specified in the coinbase_wallet_sdk module's build.gradle file.
This issue could potentially be resolved by making the coinbase_wallet_sdk an optional dependency or by updating it to be compatible with the latest AGP requirements. Any assistance or guidance on how to proceed would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I'm using web3modal_flutter in my Flutter project, and I've encountered an issue when attempting to build the project with Android Gradle Plugin (AGP) version 8.x. The problem stems from the coinbase_wallet_sdk dependency, which is pulled in automatically as a transitive dependency.
The coinbase_wallet_sdk causes a build failure because it lacks a namespace entry in its build.gradle file, which is required for compatibility with AGP 8.x. This issue prevents me from using the latest Android Gradle Plugin, which I need for other dependencies and tools in my project.
Steps to Reproduce:
Add web3modal_flutter as a dependency in a Flutter project.
Use Android Gradle Plugin version 8.x in the build.gradle file.
Attempt to build the project.
Expected Behavior:
The project should build successfully with Android Gradle Plugin 8.x without any issues related to the coinbase_wallet_sdk dependency.
Actual Behavior:
The build fails with an error stating that namespace is not specified in the coinbase_wallet_sdk module's build.gradle file.
Environment:
Flutter SDK: 3.24.1
Dart SDK: 3.5.1
Android Gradle Plugin: 8.x
web3modal_flutter version: 3.3.3
Kotlin version: 2.0.20
Additional Context:
This issue could potentially be resolved by making the coinbase_wallet_sdk an optional dependency or by updating it to be compatible with the latest AGP requirements. Any assistance or guidance on how to proceed would be greatly appreciated.
The text was updated successfully, but these errors were encountered: