I've built an Android project with Kotlin support. I've used APK analyser on the resulting APK and noticed it contains a folder named kotlin/ outside classes.dex:
Looks like there are .class files inside the folder.
Anyone can explain what is the purpose of that folder? Shouldn't all bytecode be translated into .dex?