Support Kotlin for public beta (#1370)

This commit is contained in:
Angela P Wen 2022-11-17 10:38:48 -08:00 committed by GitHub
parent 7694d6752a
commit 4fddc51e4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 34 additions and 4 deletions

View file

@ -15,6 +15,7 @@ const LANGUAGE_ALIASES: { [lang: string]: Language } = {
c: Language.cpp,
"c++": Language.cpp,
"c#": Language.csharp,
kotlin: Language.java,
typescript: Language.javascript,
};