Sébastien Augsburger
10/03/2025, 1:36 PMkotlin.native.internal.IrLinkageError: Function 'update' can not be called: No function found for symbol 'kotlin.concurrent.atomics/update|update@kotlin.concurrent.atomics.AtomicReference<0:0>(kotlin.Function1<0:0,0:0>){0§<kotlin.Any?>}[0]'
Getting this with postgrest + realtime, while trying to listen to a selectSingleValueAsFlow
It works well on Android with the same code (see 🧵)Sébastien Augsburger
10/03/2025, 1:37 PMsupabase.postgrest.from("profiles")
.selectSingleValueAsFlow(UserProfileEntity::id) { UserProfileEntity::id eq userId }
Basic listening of user profile changesSébastien Augsburger
10/03/2025, 1:41 PMSébastien Augsburger
10/03/2025, 2:47 PM3.2.2 (can’t update to Kotlin 2.2.20 because of SKIE, if that’s the cause)Jan
10/03/2025, 3:42 PM