after upgrading to Kotlin 1.3.30 and serialization...
# serialization
d
after upgrading to Kotlin 1.3.30 and serialization 0.11.0 I'm running into
Copy code
> Task :common:linkDebugFrameworkIos
e: Compilation failed: org.jetbrains.kotlin.ir.declarations.impl.IrFunctionImpl@6c61d6d9 not in vtable of org.jetbrains.kotlin.ir.declarations.impl.IrClassImpl@641449e4
.......
.......
 * Compiler version info: Konan: 1.2 / Kotlin: 1.3.30
 * Output kind: FRAMEWORK
.......
Anything I can do to get around this issue?
s
Can you create an issue on GitHub with the piece of code triggering this?
d
Not sure where this is being caused from, but will see if I can create another project that can reproduce the issue and submit an issue
t
I ran into the same. I went back to Kotlin 1.3.21, Coroutines 1.1.1 and ktor 1.1.3. I expect ktor needs to do the official 1.2.0 release. Ugh, so many version…
d
Apologies, my issue may not be a serialization issue. I completely removed all dependency on that library and was still getting that same error
t
Right, I looked at the error more closely and the Ir prefix indicates something much lower level..
s
Well, serialization plugin manipulates internal IR directly... But it can be as well related to other code since Native compiler was rewritten a lot