Hello, what is the best way to transitively walk a...
# gradle
n
Hello, what is the best way to transitively walk all project dependencies and search in each one for a particularly named artifact and then unzip it if it exists?
You’d just need to add an
include
to filter on the file you want
n
Thanks @danny I was hoping to get a kotlin-dsl example. I am not sure that discussion applied. I'll attach the code I have now.