Skip to content

stakwork/sphinx-kotlin-v2

Folders and files

NameName
Last commit message
Last commit date
Dec 23, 2024
Jan 18, 2024
Mar 4, 2025
Feb 14, 2025
Nov 2, 2023
Feb 19, 2025
Jan 22, 2024
Nov 24, 2022
Feb 8, 2022
May 9, 2022
Jan 18, 2024
Nov 2, 2023
Feb 8, 2022
Feb 8, 2022
Jan 18, 2024

Repository files navigation

sphinx-kotlin-ui

Sphinx kotlin multiplatform ui elements

Getting Started

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)

Running The Desktop App

After opening and loading the sphinx-kotlin-ui project you should be able to run the desktop app via the compose desktop run task.

PENDING Multiplatform Support