MOLO17 / couchbase-lite-kotlin

Kotlin-friendly extensions for Couchbase Lite Android and Java SDKs.
Apache License 2.0
15 stars 4 forks source link

Lifecycle extensions Android dependent #8

Closed jeffdgr8 closed 6 months ago

jeffdgr8 commented 2 years ago

The Lifecycle ReplicatorExtensions in the base kotlin module should be Android dependent. Should these be moved to the android-ktx module? I'm not sure why the androidx.lifecycle:lifecycle-runtime-ktx:2.2.0 dependency supports the non-Android jvm target, but versions 2.3+ (current 2.5.1) only resolve on Android.