Sphinx kotlin multiplatform ui elements
The following need to be installed to easily get started with compose-mpp:
- JDK 11 or later (preferrable to have JDK 15, any higher version might give you issues with gradle).
- IntelliJ IDEA Community Edition or Ultimate Edition 2020.3 or later (other editors could be used, but we assume you are using IntelliJ IDEA in this tutorial)
- Compose Multiplaform Preview Plugin (to preview UI changes without needing to app execute)
After opening and loading the sphinx-kotlin-ui
project you should be able to run the desktop app via the compose desktop
run
task.