Will the current version work with Kotlin 2.0.0? T...
# kotlinx-rpc
e
Will the current version work with Kotlin 2.0.0? Tempted to try using it in a production setting
a
TL:DR; no. Long version: No kotlinx.rpc doesn't support it yet. see https://github.com/Kotlin/kotlinx-rpc?tab=readme-ov-file#kotlin-compatibility You can work around it by having the RPC service on a lower version and then import it as I understood it. However then you might end up with having multiple versions of the kotlin plugin. Additional context: https://github.com/Kotlin/kotlinx-rpc/pull/78 https://github.com/Kotlin/kotlinx-rpc/issues/90
please wait 1
e
Ok, thanks. Will wait a bit then