ably-java
ably-java copied to clipboard
LiveObject: Implement kotlin module
- The LiveObject APIs for Android need to be simplified.
- The existing Java-specific APIs are either blocking or rely on callbacks.
- These APIs should be refactored into suspendable coroutines to better integrate with the native Android environment.
- This will require creating a dedicated Kotlin module for LiveObjects.
- Update Docs to now reference kotlin android implementation
As discussed during the standup, we need to create the ADR first