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
Unfortunately, this then breaks dependency resolution (thanks, RFG). Not sure what to do about this, but it's broken either way, so I guess pick the less broken option?
The text was updated successfully, but these errors were encountered:
but this breaks dep resolution in a third way (RFG deps usually depend on the dev classifier). This could be fixed on this side though by forcibly stripping the dev classifier from transistive dependencies.
If you try adding an dependency compiled using RFG with
modImplementation
and co, you'll get two wrong behaviours depending on version:7.6 (or lower, presumably): Gradle complains about variant mismatch.
8.3: Gradle brings in the wrong type of dependency automatically.
The solution for both is this incantation:
Unfortunately, this then breaks dependency resolution (thanks, RFG). Not sure what to do about this, but it's broken either way, so I guess pick the less broken option?
The text was updated successfully, but these errors were encountered: