The LifecycleReplicatorExtensions 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.
The
Lifecycle
ReplicatorExtensions
in the basekotlin
module should be Android dependent. Should these be moved to theandroid-ktx
module? I'm not sure why theandroidx.lifecycle:lifecycle-runtime-ktx:2.2.0
dependency supports the non-Androidjvm
target, but versions 2.3+ (current 2.5.1) only resolve on Android.