dimsuz
01/08/2022, 11:06 PM<dependencies>
section.
Does anyone know why this can happen and how to fix this? Adding the dependency directly to a consuming project works, but I'd like to avoid requiring users of my library do that manually.mbonnin
01/08/2022, 11:08 PM.module
format to declare their dependenciesmbonnin
01/08/2022, 11:09 PMlibrary.pom
might not be used at all. Do you have a library.module
next to it?mbonnin
01/08/2022, 11:09 PMimplementation
and not api
dimsuz
01/08/2022, 11:10 PM.module
and it has depencency
json key which lists this library too
2. Library declares depencency as api
, I figured that too and republished with api
dimsuz
01/08/2022, 11:19 PM