radiography icon indicating copy to clipboard operation
radiography copied to clipboard

Consider supporting Compose for Desktop

Open zach-klippenstein opened this issue 5 years ago • 1 comments

https://www.jetbrains.com/lp/compose/

zach-klippenstein avatar Nov 09 '20 18:11 zach-klippenstein

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.

zach-klippenstein avatar Nov 17 '20 23:11 zach-klippenstein