How would I create a simple kotlin script and edit...
# scripting
r
How would I create a simple kotlin script and edit it using IntelliJ? Do I really need to create a project?
g
For now yes
use Scratch files instead, you will have much better IDE support at least for simple cases (no custom script definition, dependencies etc)
o
if youre using kscript you can use --idea to edit in idea
g
Yes, which creates a project for the script. And I agree, it's still the easiest way to write complicated scripts