Well, from what I understand, it doesn't compile directly into bytecode, from what I understand it reads code off of the .kt files and creates different classes based on them in a global kotlin_bin folder. There are different classes for packages, because the language does not strictly require...