Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
563 stars 69 forks source link

Recursively walk the transitive project dependency graph #80

Closed JakeWharton closed 6 years ago

JakeWharton commented 6 years ago

Prior to this change, only first-order dependencies had their outputs included into the webpack roots. Now the entire transitive dependency graph outputs are included.

Closes #79

cy6erGn0m commented 6 years ago

Thanx!