You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setup worked fine with KAPT. However, after migrating to KSP, the Showkase generates two components: one for the Default group and another for the specified group (e.g., MyGroup).
Thank you for your library!
We recently migrated from KAPT to KSP and encountered some unexpected behavior.
We use a custom annotation,
ComponentPreview
, for stacking previews:Additionally, each component preview is annotated with
ShowkaseComposable
to specify a group in Showkase browser:This setup worked fine with KAPT. However, after migrating to KSP, the Showkase generates two components: one for the
Default
group and another for the specified group (e.g.,MyGroup
).Is there a way to ignore the
Default
group and generate components only for composables annotated withShowkaseComposable
?The text was updated successfully, but these errors were encountered: