How can I list artifact dependencies when using KM...
# multiplatform
d
How can I list artifact dependencies when using KMM plugin? Running
./gradlew dependencies
lists only dependencies of
kotlinKlibCommonizerClasspath
and it seems to be the only configuration in the project for some reason
j
something like
Copy code
./gradlew :shared:dependencies
(assuming
shared
module)
d
And I can't list deps from all modules? previously
gradle dependencies
did exactly that. I wonder if this is some kind of bug which I should report.