Kotlin 1.9 breaks Moko? I've just upgraded to k1.9...
# moko
m
Kotlin 1.9 breaks Moko? I've just upgraded to k1.9 because multiplatform compose 1.5.0 supports it, and all the val-s in MR.kt have
Copy code
get() = TODO("Not yet implemented")
Err,. really?
a
Facing the same issue Any workaround till 23.1?
a
now moko-resources broken on kotlin 1.9.0. we slow investigate issue, not enough time at now. also compose multiplatform 1.5.0 have own compatibility issues with moko-resources because compose's internal resources handling in plugin. all workarounds now available in issues, but i not check it by self
K 2