icerockdev / moko-parcelize

@Parcelize support for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
65 stars 2 forks source link

Task compileKotlinIosX64 failed with 0.6.0 moko-parcelize version #19

Closed ATchernov closed 3 years ago

ATchernov commented 3 years ago

` e: Compilation failed: Deserializer for declaration public dev.icerock.moko.parcelize/Parcelize.|-5645683436151566731[0] is not found

e: java.lang.IllegalStateException: Deserializer for declaration public dev.icerock.moko.parcelize/Parcelize.|-5645683436151566731[0] is not found `

Reproduced on moko-boilerplate with version update to "0.6.0" in Deps

Alex009 commented 3 years ago

start from 0.6.0 we have optional expectation of annotation class, so while all moko dependencies not published with 0.6.0 dependency it will be not compatible. for now use 0.5.0