Would it be feasible to use KSP to generate actual...
# ksp
z
Would it be feasible to use KSP to generate actual declarations for an expected declaration with kotlin multiplatform? And if so has anyone done that which I can look at as an example?
r
I'm even generating expected for actuals, so it's definitely possible the other way as well.
h
You can’t change the code, so you have to generate classes/interfaces or extensions, but not members.
r
e
It is possible and feasible 😄 https://github.com/evant/kotlin-inject/pull/370
z
Awesome, thank you