codeapp
codeapp copied to clipboard
Request for Kotlin Support and UI Highlighting
Would be great to have support for this.
yea if possible that would be awesome
Syntax highlighting for Kotlin is added in 1.8.0. As for Kotlin compiler and runtime, it seems doable as they both use Java, which we already support. However, it will be limited to command line programs since running a full android app is impossible.
Reference: https://github.com/JetBrains/kotlin/blob/master/compiler/cli/bin/kotlinc