Can i have `actual` class for an `expect` class de...
# multiplatform
r
Can i have
actual
class for an
expect
class defined in a dfferent subproject with new MPP?
o
I don't think you can, not 100% sure.
l
I'm 100% sure you can't. That's where interfaces can become handy.
r
Perhaps 😉 But it really makes migrating big projects from old MPP a horrible experiance ;-)
l
Do you have a lot of them?
k
welcome to the bleeding edge
l
If so, I can volunteer to make a Kotlin script or program to semi-automate it
r
Fortunately only one and I'm slowly finishing :-)
But it took 6(!) days of my life ;-)
(old mpp -> new mpp) + (groovy dsl -> kotlin dsl) + (kotlin/js 1.3.61 -> kotlin/js 1.3.70) all at once ... in addition, maintaining compatibility for existing applications ...