This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
Releases: michaelbukachi/realm-koroutines
Releases · michaelbukachi/realm-koroutines
v0.1.2: fix: Add 'isActive' check for suspended couroutine
This commit adds a call to the `isActive` method to prevent resuming/cancelling of the coroutine after it has been completed Other changes: - Bump up compile sdk 28 -> 29
v0.1.1
build: Update gradle properties
First Release
v0.1.0 test: Add sample tests