<@U5R5FGVH7> I'm pretty sure that would work :slig...
# tornadofx
e
@napperley I'm pretty sure that would work ๐Ÿ™‚ Let us know if you try!
n
Would like to try out the Kotlin 1.1.4 EAP via SDK Man, unfortunately JetBrains don't upload EAPs to SDK Man ๐Ÿ™.
e
Do you need to use SDK Man?
n
Yes. SDK Man makes managing development environments mere "Child's Play" simple smile, otherwise you end up in a situation similar to what occurred in Python before virtual environments were invented.
e
Why not just use Maven or Gradle? ๐Ÿ™‚
n
Need the environment managed for the tools. If it was just libraries then Gradle would be fine.
e
So you use the tools from the command line as well? I see ๐Ÿ™‚
n
SDK Man manages the environment variables and other important bits that might be overlooked by a sw dev at the terminal level. Can even temporarily use a different version of the Kotlin REPL in a terminal until you open up a new one.
Gradle can even be managed by SDK Man.
e
So.. you use a package manager to manage a package manager? I'm sure there is a meme in there ๐Ÿ˜ ๐Ÿ˜Ž
Hehe.. just pulling your leg ๐Ÿ™‚ I understand why you're doing it and it is a good idea if you work with the CLI tools indeed.