Hey, can anyone help me with this error in Zipline...
# squarelibraries
h
Hey, can anyone help me with this error in Zipline
Copy code
java.lang.NoSuchFieldError: Class org.jetbrains.kotlin.ir.declarations.IrDeclarationOrigin does not have member field 'org.jetbrains.kotlin.ir.declarations.IrDeclarationOrigin$Companion Companion'
j
Your Kotlin compiler version doesn’t match Zipline’s
h
which version of Zipline can work with kotlin_version=1.9.22
h
Thanks, trying
Can you also help me with the compatible kotlin serialization core version
j
Probably whichever version we used in that Zipline release will work
h
Much Thanks!!