https://kotlinlang.org logo
k

Konstantin Petrukhnov

10/14/2019, 10:40 AM
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

gildor

10/14/2019, 1:49 PM
It's Gradle limitation, you should use runtime/compile configurations
3 Views