but in this one case I want to have access to `jjw...
# gradle
p
but in this one case I want to have access to
jjwt
in A and I want to have it as transitive from B, not explicit in A. Why? Because in this particular case classes from
jjwt
are exposed in public methods of B. In other words
jjwt
is part of API of B and have to be available on classpath everytime A is compiled