Slackbot
09/11/2023, 9:23 PMNiels Doucet
09/12/2023, 7:12 AMIncompatible because this component declares a component, with the library elements 'aar' and the consumer needed a component, packaged as a jar
your library is publishing an aar instead of a jar, so gradle can't resolve the dependency. If you do expect the aar, you should add @aar to your dependency coordinates: e.g., io.github.excu101:FOS:1.2.1@aarVampire
09/12/2023, 10:58 AMaar artifact.
So if that would be the solution, it would be better to change the library elements attribute that is requested to be aar instead of jar, not requesting a specific artifact.
But as he said he didn't change anything and it worked, then stopped working, neither seems the correct solution. But it sounds unlikely that this suddenly happens, unless that dependency was released in that time in an incompatible way and a dynamic version is used.Vampire
09/12/2023, 11:00 AM