Sergey Chuvashev
Sergey Chuvashev
Added simple DesignSpecActivity
Got the following crash on demo app start (and the same I have in my KMP project) `java.lang.IllegalStateException: LifecycleOwner of this LifecycleRegistry is already garbage collected. It is too late...
 ### What to do if the build fails? At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed...
I have this code of base modal sheet in my app ``` ModalBottomSheet( state = state, onDismiss = onDismissed, ) { Scrim() Sheet( modifier = Modifier .statusBarsPadding() .padding(sheetPadding) .shadow(4.dp, RoundedCornerShape(topStart...