Hello, I am new to Kotlin and have some basic questions which I have not find in the documentation:
- Are there any runtime requirements for Kotlin like a runtime library or inline the compiler all needed as bytecode?
- Does Android include already this runtime library or must every app deploy this footprint?
- How large is this runtime library footprint?
Volker