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 sync doesn't work after applying Collar plugin #64

Open
JonatanPlesko opened this issue Mar 19, 2024 · 0 comments
Open

Gradle sync doesn't work after applying Collar plugin #64

JonatanPlesko opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JonatanPlesko
Copy link
Collaborator

✍️ Describe the bug

I’m trying to set up Collar on my project, but immediately after defining the dependency and attempting to sync my project, it seems to break a bunch of other (mostly AndroidX) dependencies and prevents them from syncing. I tried versions 1.3.8, 1.3.9 and 1.4.0.

💣 Steps to reproduce

  1. Add Collar dependency and plugin as defined in the readme.
  2. Attempt to sync the project

🔧 Expected behavior

Syncing should not interfere with other dependencies

📱 Tech info

  • Collar version: 1.3.8/1.3.9/1.4.0

📄 Additional context

There is a workaround; syncing works fine if the dependencies are defined manually rather than through the plugin:

implementation("com.infinum.collar:collar-core:1.4.0")
implementation("com.infinum.collar:collar-annotations:1.4.0")
kapt("com.infinum.collar:collar-processor:1.4.0")
@JonatanPlesko JonatanPlesko added the bug Something isn't working label Mar 19, 2024
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

2 participants