Kotlin / kotlinx-rpc

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

Introduce common IR backend plugin (2/2) #45

Closed Mr3zee closed 5 months ago

Mr3zee commented 6 months ago

Subsystem Compiler plugins, KSP

Problem Description We want to get rid of KSP plugin replacing it entirely with KCP.

Solution Solution consists of 5 steps (checked tasks are done at the time of this request):

This is Part 2 of 2 of introducing IR plugin, with the actual IR plugin Link to Part 1: https://github.com/ktorio/krpc/pull/44