Hi, does anyone know how to fix this bug?
It works fine on Android, but it doesn't only run on iOS
kotlin version: 2.0.20
Xcod version: 16
Copy code
e: java.lang.IllegalStateException: IrTypeAliasSymbolImpl is already bound. Signature: io.ktor.utils.io.core/ByteReadPacket|null[0]. Owner: TYPEALIAS name:ByteReadPacket visibility:public expandedType:kotlinx.io.Source
at org.jetbrains.kotlin.ir.symbols.impl.IrSymbolBase.bind(IrSymbolImpl.kt:67)
at org.jetbrains.kotlin.ir.declarations.impl.IrTypeAliasImpl.<init>(IrTypeAliasImpl.kt:46)
at org.jetbrains.kotlin.ir.declarations.IrFactory.createTypeAlias(IrFactory.kt:360)
at
a
Aleksei Tirman [JB]
10/09/2024, 7:55 AM
Can you please file an issue in the Kotlin project with an attached code snippet to reproduce the error?
u
박의엘
10/09/2024, 7:58 AM
I solved it because it was caused by a library version problem
k
Kunal Gupta
11/18/2024, 11:29 AM
@박의엘 Can you please assist here, how did you solve this?