https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

dimsuz

12/19/2021, 1:43 PM
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

John O'Reilly

12/19/2021, 2:15 PM
something like
Copy code
./gradlew :shared:dependencies
(assuming
shared
module)
d

dimsuz

12/19/2021, 3:07 PM
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.
3 Views