Leonardo Deleon

Results 2 issues of Leonardo Deleon

Currently I'm unable to preview composables that depend on Splitties appCtx The render exception says: ``` java.lang.NullPointerException: getProcessName() must not be null    at splitties.init.AppCtxKt.getProcessName(AppCtx.kt:96)    at splitties.init.AppCtxKt.internalCtxUninitialized(AppCtx.kt:29)     at splitties.init.AppCtxKt.getAppCtx(AppCtx.kt:26) ```    Is...

PagedList has been deprecated in the latest version of the jetpack Paging library. Is it possible to have an adapter that works with PagingData?

enhancement