Kotlin JS - resources in dependency not available to webpack dev client

I am working on a multiplatform library that is supposed to be consumed by a multiplatform application. I have some css and woff files in the library that is a dependency of the application. When I run jsBrwoserDevelopmentRun for the application, the static resources from the library are not found in the application. Is there a way to instruct webkit to use resources from a dependency with the jsBrwoserDevelopmentRun task?

Did you ever solve this?