radiography
radiography copied to clipboard
Consider supporting Compose for Desktop
https://www.jetbrains.com/lp/compose/
Here's my (rough) plan for making this work:
- [ ] Factor out the tree walking and rendering logic, and the Compose support, into a Kotlin multiplatform common module (no android dependencies).
- [ ] What is currently the only module becomes the android-specific target for the common module.
- [ ] Create a non-android jvm module with an entry point for Compose desktop.