Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle plugin doesn't apply compiler plugins to non-main variants #237

Open
RBusarow opened this issue Aug 31, 2021 · 0 comments
Open

Gradle plugin doesn't apply compiler plugins to non-main variants #237

RBusarow opened this issue Aug 31, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@RBusarow
Copy link
Owner

If Tangle is added to a module via the plugin, the compilers are added using the anvil (main) configuration only and the *api dependencies are added via implementation.

This means code in the androidTest srcDir can reference Tangle APIs, but by default nothing will be generated for the annotations.

Since Anvil's plugin automatically adds the compiler plugin for each variant, Tangle probably should as well.

@RBusarow RBusarow added the bug Something isn't working label Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant