jessewilson
11/22/2022, 10:01 PM18:28:11 e: java.lang.IllegalStateException: Expecting descriptor for app.cash.zipline.internal.bridge/SuspendCallback.Companion.Adapter|null[0]
18:28:11 at org.jetbrains.kotlin.backend.konan.serialization.KonanIrLinker$KonanCachedLibraryModuleDeserializer.tryDeserializeIrSymbol(KonanIrlinker.kt:644)
18:28:11 at org.jetbrains.kotlin.backend.common.serialization.BasicIrModuleDeserializer.deserializeIrSymbol(BasicIrModuleDeserializer.kt:111)
My read of the problem is the .klib descriptor only includes from the PSI model. So if I’m synthesizing new ones with IR, they’re not in the descriptor. Further details on my tracking bug.jessewilson
11/22/2022, 11:01 PMgradle.properties
# This is necessary to link Kotlin/Native targets. <https://github.com/cashapp/zipline/issues/751>
kotlin.native.cacheKind=none
jessewilson
11/22/2022, 11:02 PMPaddy O'Brien
11/24/2022, 5:16 PMPaddy O'Brien
11/24/2022, 5:17 PMjessewilson
11/25/2022, 11:32 AMjessewilson
11/25/2022, 11:33 AMjessewilson
11/25/2022, 11:34 AM