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
When there are no previews in the app, Showkase.getBrowserIntent() will not get generated even if there is a @ShowkaseRoot present.
Ideally, this Intent should still be generated, but be empty of course.
Our use case for this is that we want to include Showkase into a template project that we create other projects from (and this project includes full Showkase setup). However, because of this issue, template project will not build, because there are no Composables in it.
The text was updated successfully, but these errors were encountered:
matejdro
changed the title
Showkase.getBrowserIntent() not generated when there are no showkase previee
Showkase.getBrowserIntent() not generated when there are no showkase previews
Jun 29, 2023
Yeah I think this will help make the library be more deterministic. Especially the APIs that are generated at the top level should probably be generated to make sure there are no build failures when there are no composables.
When there are no previews in the app,
Showkase.getBrowserIntent()
will not get generated even if there is a@ShowkaseRoot
present.Ideally, this Intent should still be generated, but be empty of course.
Our use case for this is that we want to include Showkase into a template project that we create other projects from (and this project includes full Showkase setup). However, because of this issue, template project will not build, because there are no Composables in it.
The text was updated successfully, but these errors were encountered: