Hi, is this artifact `androidx.paging:paging-common:3.0.0-alpha08` publicly published somewhere? I c...
r
Hi, is this artifact
androidx.paging:paging-common:3.0.0-alpha08
publicly published somewhere? I can only find the
alpha03
https://androidx.tech/artifacts/paging/paging-common/3.0.0-alpha08-source/androidx/paging/CachedPagingData.kt.html I was wondering why the
cachedIn
extension is using
shareIn
with
SharingStarted.Lazily
strategy (and not
WhileSubscribed
) making the flow potentially active too much (compose/room/paging context). In this alpha08, the implementation changed and don't use
shareIn
anymore ๐Ÿคจ
๐Ÿ‘€ 1