Join Slack
Powered by
Will the current version work with Kotlin 2.0.0? T...
# kotlinx-rpc
e
Eivind
06/11/2024, 7:46 AM
Will the current version work with Kotlin 2.0.0? Tempted to try using it in a production setting
a
Alexander af Trolle
06/11/2024, 10:35 AM
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
Eivind
06/11/2024, 10:42 AM
Ok, thanks. Will wait a bit then
5
Views
Open in Slack
Previous
Next