If I have a Kotlin/JS library with a dependency on...
# javascript
s
If I have a Kotlin/JS library with a dependency on an NPM module, is that NPM module passed on as a transient dependency to my consumers, or do those library consumers also have to include the
npm(..)
entry in their gradle file?
r
It's automatically passed to client apps.