I have a multi module project with one of the modules being a Kotlin/JS module. This module, when built, creates a folder in the main project called build with the built javascript artifacts. My question: how can I make these artifacts dependencies in other modules? Namely, I have another module that is just a Javascript application (not Kotlin).