Join Slack
Powered by
What virtual machine is used by IntelliJ when I co...
# announcements
j
Jakub Aniola
02/09/2019, 6:40 PM
What virtual machine is used by IntelliJ when I compile Kotlin code? Is it connected with configured JRE/JDK 1.8 etc? Is it Oracle HotSpot?
e
Egor Trutenko
02/09/2019, 7:50 PM
Well, compilation isn't really connected with runtime environment, which is VM. So basically it uses JDK you specified and Kotlin Compiler
n
Nikky
02/09/2019, 10:01 PM
what about scratch files and kotlin script evaluation ? i assume those use the installed kotlin plugin version and the default project jdk ?
i
itnoles
02/10/2019, 6:06 AM
I think that uses Kotlin Version from Gradle
3
Views
Open in Slack
Previous
Next