Is it possible to run common Kotlin from an iOS ba...
# ios
j
Is it possible to run common Kotlin from an iOS background task? We have a slow synchronization task that is interrupted when the app is put in the background/the iPhone screen goes black. Such as here? https://gitlab.com/wallywallet/android/-/merge_requests/129/diffs#edef940a32158aaa6ca3a60bfb4dd1ac62d799d0 ( Just testing the setup at this point, no idea if it works...)
MainViewControllerKt.backgroundSync()
is not blocking, it ultimately calls a kotlin multiplatform library