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
Robert Jaros
08/07/2024, 6:05 AM
I'm even generating expected for actuals, so it's definitely possible the other way as well.
h
hfhbd
08/07/2024, 6:06 AM
You can’t change the code, so you have to generate classes/interfaces or extensions, but not members.