Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
512 stars 7 forks source link

Kotlin 2.0.0 support :) #90

Open arslanarm opened 3 weeks ago

arslanarm commented 3 weeks ago

Currently, K2 intellij plugin is in alpha, so it is still isn't "primary" version everyone will migrate to. This issue was created for discussion about supporting Kotlin 2.X.X and Kotlin 1.X.X at the same time, or rather migrate to K2.

My ulterior motive: k2 supoprt when? :)

xxfast commented 3 weeks ago

What exactly is blocking K2 migration?

Mr3zee commented 3 weeks ago

Hi! As I mentioned in this PR, the migration to K2 is going to be performed with replaсing KSP by compiler plugins, so it takes more time