Has anyone else run into the following error after...
# kotlin-native
d
Has anyone else run into the following error after upgrading to 1.3.30, and have a workaround
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
.......
i
@drofwarcs have you solved this issue? getting same error
s
i
@svyatoslav.scherbina dont have interfaces at enums, erroring for whole bunch of classes(interfaces mostly), even on classes that dont have interface implementations UPDATE, litteraly errors for each class
s
What do you mean by “for each class”? The compiler crashes only once for the entire codebase. How do you know that it “errors for each class”?
i
@svyatoslav.scherbina I mean the error message itself says that compilation failed for list of classes, where list is literally each class
s
No, it doesn’t mean that.