Splitties icon indicating copy to clipboard operation
Splitties copied to clipboard

Support for Jetpack Compose Previews

Open llleodeleon opened this issue 2 years ago • 0 comments

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 there a way to add support?  

llleodeleon avatar Apr 23 '23 12:04 llleodeleon