I am really not sure if I understand what happens when you write Kotlin code. I just wrote some and I see that the build folder that Eclipse points to for my project, i.e. the bin folder of my project does not have any .class
files. It just has the .kt
Kotlin source files.
What does that mean? Is this language dynamically compiled? Is it interpreted? How do I set the %CLASSPATH% for my project?