-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showkase browser is not showing component from submodule #213
Comments
Were you using ksp by any chance? I think there might've been a regression after we added ksp support. Can you give me more details about how this is setup. |
I am not using ksp. In my project (app -> module a -> module b), I have added showkase dependencies to both the modules and I have added @ShowkaseRoot to module a. Showkase browser is showing all the components from module a but not showing anything from module b. |
I have the same issue and raised this as part of a closed issue #205 (comment) - i might not have provided enough information the first time but to give more information this time i have a kotlin gradle script for each module - i have only one ShowkaseRootModule defined in the base module
The color values annotated with @ShowkaseColor is in my other module so app isn't pulling from this module. |
If this helps i downgraded to |
Above |
1.0.0-beta08 seems working for me. |
Okay I think we have enough reports to know something broke when doing the KSP refactor. I'll be investigating this today and will keep y'all posted! |
Alright I have a fix for this - #216 |
Can we get this released please? |
You can use this release - https://github.com/airbnb/Showkase/releases/tag/1.0.0-beta11 |
Thanks a lot! |
In multi module project structure, showkase browser is showing components only from the module where I have @ShowkaseRoot it's ignoring all compassable from submodules.
The text was updated successfully, but these errors were encountered: