-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Milestone
Description
Expected behavior
Relay Gradle Plugin can be installed to the project and the project can be built with no errors afterwards.
Actual behavior
After installing the Relay Gradle Plugin, building the project fails with 100+ errors, all of them related to BuildConfig and usages of values from it in the app's source code.
Steps to reproduce the behavior
- Open the project in Android Studio
- Follow the official guide to Install the Relay Gradle plugin
- Tap
Sync Nowin Android Studio's notification bar that appears above the file editor - Build/Make the project
- 💣 Verify the build fails with over 100 errors, all saying:
Unresolved reference: BuildConfig
Example
Checkout the branch tech/relay-plugin to quickly see the issues.
Note
The tip of the branch is nottrunk, but a rebase oftrunk+deps/main-batch-androidx-compose-kotlin.
Due to this approach we should be able to check quickly if the pending Compose and related dependencies update doesn't improve something about this issue.
AjeshRPai, ParaskP7 and thomashorta