Join Slack
Powered by
If I have a Kotlin/JS library with a dependency on...
# javascript
s
Sargun Vohra
07/08/2025, 12:44 AM
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
Robert Jaros
07/08/2025, 5:32 AM
It's automatically passed to client apps.
Open in Slack
Previous
Next