Do kotlin/kotlinc require a jdk or do they work al...
# build-tools
h
Do kotlin/kotlinc require a jdk or do they work also with “just” a jre?
c
kotlinc requires jdk, of course compiled kotlin code doesn't (unless you are using some tools.jar or related stuff)
h
Thanks for the clarification.