I try to setup a JavaScript and JavaFx project whi...
# announcements
a
I try to setup a JavaScript and JavaFx project which both should share the same Kotlin sources. I implemented this in Gradle using sourceSets. But when importing such a Gradle project into IntelliJ it complains that two modules can not share the same content root. Is there a better way to setup such projects?