kpgalligan
08/03/2018, 2:03 PMthevery
08/03/2018, 2:27 PMcancellability
to backgroundTask()
?russhwolf
08/03/2018, 2:42 PMkpgalligan
08/03/2018, 3:44 PMrusshwolf
08/04/2018, 7:49 PM./gradlew build
before running the iOS side, since your xcode build script is calling into gradle. I might be wrong but I think the only benefit you’re gaining from that is not seeing errors in xcode before you first build to device.
2. On Unit returns in lambdas, not sure if you’re aware but a similar issue exists for Java interop. When implementing such a lambda in Java you have to return Unit.INSTANCE
at the end.kpgalligan
08/04/2018, 7:52 PMrusshwolf
08/04/2018, 7:57 PM