Maybe a dumb question: does this work with multi-module KMPPs with inter-module dependencies?
a
alec
01/17/2019, 10:35 PM
i havent tried yet....so probably not
👍 1
a
ankushg
01/17/2019, 10:38 PM
Haha makes sense -- I'm mostly asking because I've written a (very jank) Gradle plugin to generate `package.json`s to distribute interdependent KMPP projects as NPM modules, with some weird project-specific logic for referencing
project
dependencies in there as needed, but it definitely gets hairy 🙂