Hello, I have a problem with building a multiplatform library. As soon as I add the dependency "kotlinx.rpc.core" (the RPC plugin alone is not a problem), the project can no longer be integrated into my JS client because the build fails with an exception: java.lang.IllegalStateException: IrConstructorSymbolImpl is unbound. Signature: seskar.js/JsNative.<init>|<init>(){}[0].
The problem occurs with versions 0.6.0 and 0.6.1 and only requires the integration of the core library in Common. Did I make a mistake here? What could be the cause? Is it a problem with RPC or the Kotlin wrappers?