Closed rhonyabdullah closed 3 years ago
hi!
iosArm64Main
in issue is just symbolic link. to create it use ln -s iosX64Main iosArm64Main
. nothing is done automatically.hi!
iosArm64Main
in issue is just symbolic link. to create it useln -s iosX64Main iosArm64Main
. nothing is done automatically.- in samples your class marked as @serializable, but in template used @Parcelize - it's two different annotations for different purpose. Parcelize is from https://github.com/icerockdev/moko-parcelize to support android Parcelable generation. Serializable is from https://github.com/Kotlin/kotlinx.serialization to serialize to/from Json.
I think i can close this issue because error is now heading to kotlinx serialization.
Hello @Alex009 As discussed here Adding SQLDelight to the project i try to move out my DatabaseDriverFactory class into iosX64Main folder, but after rebuilding the project i didn't see any iosArm64Main shortcut generated like moko-template did here I am also upgrade kotlin version to 1.4.21 and moko-mvvm to 0.8.1 as described on moko-mvvm readme file My question is: