-
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
Feature Request: Compose Multiplatform Support #364
Comments
This would be really a great opportunity. @vinaygaba do you foresee many blockers on doing this? |
I got the chance to create a dirty test in https://github.com/marcorighini/Showkase/tree/compose-multiplatform-support (commented code related to libraries not supported yet in multiplatform compose and the code related to reflection).
|
the only issue would be that the current library supports both ksp and kapt. I guess we can create two separate artifacts - one for kapt only and the other for ksp and with some refactors, a lot of the logic could be shared between the two. That would be a clean way to handle it. |
The readme mentions this is on the roadmap: "Generating a web version of the Showkase browser with documentation, search and screenshots." |
Considering Showkase now leverages KSP, would extending support for Compose Multiplatform be feasible? Or are there other major roadblocks? It would be really nice to visualize 'actual' implementations for respective targets directly on their platforms within the Showkase browser
The text was updated successfully, but these errors were encountered: