I am trying to run a Kotlin scratch file in IntelliJ just like you would run a Java scratch file, but it doesn't work.
I created a new Kotlin scratch file, but can't run the code even after attempting the following:
main
function and print something inside.println
outside of the main function.class
with a main
function inside and println
something.When I create a new kotlin project, the project runs fine. The issue happens only with scratch files. I am using kotlin plugin version 1.1.51 on IntelliJ 2017.1
As the screenshot shows, the icon that allows you to run kotlin code doesn't show up on the left of the editor window:
From the main menu, select File | New | Scratch File or press Ctrl+Alt+Shift+Insert . Select the language of the scratch file. Scratch files of the same type are automatically numbered and added to the Scratches and Consoles directory of the Project view. in the gutter or press Shift+F10 .
Scratch 2.0 uses the *. sb2 file format. These are zip files containing a . json file as well as the contents of the Scratch project including sounds (stored as .
scratchBuffer. A buffer used to hold data while building the acceleration structure. scratchBufferOffset. An offset, in, bytes, in the scratch buffer where the scratch memory starts.
Your observations are correct, and this is a known issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With