What JDK do you guys use in your project settings ...
# javascript
i
What JDK do you guys use in your project settings for kotlin/js builds? Randomly getting errors about mine... so figured I may as well make sure I'm using the right one while I'm at it
t
Current LTS is fine
17 in my case
1
j
Note that LTS is a vendor designation and not a property of the JDK intrinsically. Any vendor can make any version "LTS".
I use 20. The longest-of-the-long supported version is staying on the latest.
1