Open peter-dobson-ds opened 2 years ago
Kotlin now has GUI Library called Compose, that is supposed to be multiplatform, but some of the documentation suggests it requires Java 11.
I want to see if I can get it to run a Desktop Application on Java 1.8, so I can use it at CEB.
New Project / Compose Desktop Application
Steps to create it as an executable Jar:
It really doesn't seem to work.
Kotlin now has GUI Library called Compose, that is supposed to be multiplatform, but some of the documentation suggests it requires Java 11.
I want to see if I can get it to run a Desktop Application on Java 1.8, so I can use it at CEB.