codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Request for Kotlin Support and UI Highlighting

Open ahmad-ais-dev opened this issue 1 year ago • 3 comments

Would be great to have support for this.

ahmad-ais-dev avatar Mar 17 '24 18:03 ahmad-ais-dev

yea if possible that would be awesome

AralBenli avatar Jun 09 '24 17:06 AralBenli

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

bummoblizard avatar Jun 13 '24 14:06 bummoblizard