Kotlin / kotlin-frontend-plugin

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

How to Configure Multi-Module Kotlin-JS Build #123

Open pankajbsn opened 5 years ago

pankajbsn commented 5 years ago

If I have two Kotlin-JS Modules KotlinJsProducerModule & KotlinJsConsumerModule. KotlinJsConsumerModule needs to use output of KotlinJsProducerModule . But this will be a local dependency (and not one like karma). How to build this dependency?