mantono
10/23/2019, 10:25 AMapi
instead of implementation
for a dependency in my library, because my library builds as an extension on top of that library and would not be very usefull without. However, when someone uses my library the dependency declared with api
is not exposed. Is there something I could have done wrong?mbonnin
10/23/2019, 10:37 AMmantono
10/23/2019, 10:40 AMid("java-library") apply true
to plugins solved it (is it not supposed to work without it?)
@mbonnin Sure, I am just off for lunch, will dig it up afterwards.mantono
10/23/2019, 11:19 AMmantono
10/23/2019, 11:21 AMid("java-library") apply true
I got this instead, which I want https://jitpack.io/com/github/zensum/ktor-auth0-permissions/26c0cab/ktor-auth0-permissions-26c0cab.pommbonnin
10/23/2019, 12:06 PMmbonnin
10/23/2019, 12:07 PMjava-library
pluginmantono
10/23/2019, 12:24 PMmbonnin
10/23/2019, 12:32 PMmantono
10/23/2019, 3:41 PMoctylFractal
10/23/2019, 4:22 PMoctylFractal
10/23/2019, 4:32 PMmantono
10/23/2019, 9:31 PM