Resource management for multi-project build

Another question about multi-project build.
I am trying to use common resource files for JVM and JS modules. It seems to be logical to place the resource into common module resource directory, but this directory does not seem to bee visible from JVM project.
Is there a simple way to manage common resources?

Not at this time. You’d need to do some Gradle magic by yourself to get it to work.