Hello, I have a problem with building a multiplatf...
# kotlinx-rpc
d
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?
a
Hi! I think it is kotlin-wrapper problem, try updating to a newer version of it. I had similar when updating examples, fixed with replacing
emotion
with
emotion-css
and
emotion-react
and bumping version
d
I'll try an update. Unfortunately, I can't quickly test the very latest version, as we're still building on React 18 and the current wrapper versions apparently only support React 19.