Ife
05/27/2025, 1:02 PMnormalised-cache
a go as need the pagination feat however, im getting:
Unexpected JSON token at offset 153301: Encountered an unknown key 'scalarMapping' at path: $.normalizedPath
Use 'ignoreUnknownKeys = true' in 'Json {}' builder to ignore unknown keys.
JSON input: .....lizedPath":"schema.graphqls","scalarMapping":{},"generateDat.....
bod
05/27/2025, 1:03 PMIfe
05/27/2025, 1:06 PM4.0.0
Ife
05/27/2025, 1:06 PMbod
05/27/2025, 1:07 PM4.2.0
.
> 4.2.0 require Kotlin 2.0 which we cant upgrade to atm
Are you targeting a native target?Ife
05/27/2025, 1:08 PMIfe
05/27/2025, 1:08 PMbod
05/27/2025, 1:09 PMbod
05/27/2025, 1:10 PMdoes prev normalized cache supports paginationno that's only in the new one
Ife
05/27/2025, 1:11 PMbod
05/27/2025, 1:13 PMIfe
05/27/2025, 1:15 PMbod
05/27/2025, 1:15 PMIfe
05/27/2025, 1:16 PMquery { myQuery(first: 10, cursor: string)} { id }
, this wont work at present?
I can see in the Apollo cache intelliJ plugin that data are stored this way so i wonder why it wont pick such payload upbod
05/27/2025, 1:17 PMIfe
05/27/2025, 1:19 PMafter
argument doesnt work.Ife
05/27/2025, 1:19 PMbod
05/27/2025, 1:20 PMbod
05/27/2025, 1:21 PMIfe
05/27/2025, 1:22 PMbod
05/27/2025, 1:22 PMIfe
05/27/2025, 4:57 PMcompose-compiler
version for Kotlin 2.0?bod
05/27/2025, 5:02 PMorg.jetbrains.kotlin.plugin.compose
Gradle plugin (same version as KGP)Ife
05/27/2025, 5:02 PM1.8.1
which is the latest, but seem to be getting another flavor of the IOS_ARM2 error:
java.lang.ExceptionInInitializerError (no error message)
> org.jetbrains.kotlin.konan.target.KonanTarget$IOS_ARM32
Ife
05/27/2025, 5:07 PMbod
05/27/2025, 5:08 PMIfe
05/27/2025, 5:12 PMbod
05/27/2025, 5:18 PMIfe
05/28/2025, 8:09 AMarch
like iosARM64
Ife
05/28/2025, 8:10 AMKLIB resolver: could not find modules-2/files-2.1/com.apollographql.cache/normalized-cache-sqlite-iossimulatorarm64/1.0.0-alpha.2/52c5971a0d909fcd67120f39e8947e5a53ab6ffb/normalized-cache-sqlite-iosSimulatorArm64Main-1.0.0-alpha.2.klib in .konan/kotlin-native-prebuilt-macos-aarch64-2.0.21/klib/platform/ios_simulator_arm64]
Ife
05/28/2025, 8:55 AMIfe
05/28/2025, 9:49 AMKLIB resolver: Skipping '/modules-2/files-2.1/com.apollographql.cache/normalized-cache-sqlite-iossimulatorarm64/1.0.0-alpha.2/52c5971a0d909fcd67120f39e8947e5a53ab6ffb/normalized-cache-sqlite-iosSimulatorArm64Main-1.0.0-alpha.2.klib'. Incompatible ABI version. The current default is '1.8.0', found '1.201.0'. The library was produced by '2.1.21' compiler.
the new normalized-cache-sqlite was compiled using v2.1.21 which is abit high considering other modules yet to catchup.
We are now on Kotlin 2.0.21. That's the version that works for us with other 3rd parties we've got.Ife
05/28/2025, 9:53 AMbod
05/28/2025, 9:58 AMIfe
05/28/2025, 10:03 AMbod
05/28/2025, 10:03 AMIfe
05/28/2025, 10:09 AMbod
05/28/2025, 10:11 AMIfe
05/28/2025, 10:16 AMbod
06/02/2025, 7:39 AMIfe
06/02/2025, 8:40 AM