How to iterate over api dependencies? I want somet...
# multiplatform
k
How to iterate over api dependencies? I want something like: configurations.api.files that will give list of all jars that are api dependency api and jvmApi gives error: "Resolving configuration 'jvmApi' directly is not allowed"
g
It's Gradle limitation, you should use runtime/compile configurations