Does the Kotlin compiler require a JDK?

Hi,

Just wondering what the requirements are for running the Kotlin compiler.

In particular, does the Kotlin compiler require the presence of a JDK or is it ok with just a JRE?

Thanks.

You need JDK

Hi,

Thanks for your help with this.

Tony