I’ve set up the new multiplatform plugin as a library and I’m deploying locally a library per platform (android, js, jvm). Now, using a gradle dependency in a kotlin-frontend-plugin works and I can use its code in Kotlin but when running the app it seems the dependencies of that mpp lib (mylib-js) are not imported. How do I tell kotlin-frontend-plugin to get the transitive dependencies of my mpp lib?