I’m trying to run some sql queries within a transa...
# kotlin-native
j
I’m trying to run some sql queries within a transaction by using
databaseQueries.transactionWithResult { ... }
(SQLDelight) but it throws the following error :
kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.Array@10f1738
it works correctly on my android target. Am I suppose to do/use something else?
after several hours of investigations, it turned out upgrading to sqldelight 1.5.2 fixed the issue 🙂