i'm coming from Java background and started to dev...
# getting-started
s
i'm coming from Java background and started to develop/learn Kotlin.. question: if we do not use any Java classes/imports in our code, do we still need a JDK to build just Kotlin files/projects? i was in the impression that all w need is just a JRE to execute Kotlin files? While building/testing kotlin-examples on intellij, i was asked to hookup "JDK" for the project to build