Multi-module issue.
I have A and B modules. A is like a common module. B depends A.
I'm using slim 'xx:yy:zz' on A module but dependencies don't come to B module so, I have to write all dependencies which are in the A module to B module's dependencies again.
I think we should able to use the A module's dependencies in the B module without the duplication.
Real example:

Use the java-library plugin in your common project, then you will have access to the slimApi configuration which will expose the dependencies to the dependent.
dependencies {
slimApi "...:..:..."
}
@Vshnv where should i use this slimApi? In the common module's dependencies?
like that?

I did like tha image, it's quite working but don't writing dependencies into the .json file.
I see, Ill look into checking for transitive dependencies with that config
any progress?
This isnt currently a priority, working on a few other issues rn. This issue is currently open for anyone to try to fix
@Vshnv I was trying to fix the issue and I did solve the issue with stupid(I hope not :P) way.