duckspot / open-study-lounge

a place to learn and share about tech and life
0 stars 0 forks source link

Kotlin Compose Java 1.8 #6

Open peter-dobson-ds opened 2 years ago

peter-dobson-ds commented 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.

peter-dobson-ds commented 2 years ago

New Project / Compose Desktop Application

Steps to create it as an executable Jar:

It really doesn't seem to work.