https://kotlinlang.org logo
t

thanerian

04/21/2020, 2:58 PM
I see lot of outdated repos across github that use javafx
d

Dustyn

04/21/2020, 3:00 PM
yeah javafx is out there for some years.. and probably they work still fine today, right?
t

thanerian

04/21/2020, 3:47 PM
not all are updated at least to jdk 11
to me is mandatory in order to use the native package installer
👍 1
a

abhinay

04/22/2020, 8:15 AM
Native package is also available with JDK 8, so its not mandatory. But, if you want to use jLink to create a slimmer runtime then you need to be on JDK 9+.
t

thanerian

04/22/2020, 9:06 AM
that the point
2 Views