feature #I9H6GN 支持 kotlin 脚本语言

This commit is contained in:
Dale Lee
2024-05-02 15:33:16 +08:00
parent 252c81dd15
commit 33f05eb7cc
16 changed files with 452 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ public enum ScriptTypeEnum {
PYTHON("python", "python"),
LUA("luaj", "lua"),
AVIATOR("AviatorScript", "aviator"),
JAVA("java", "java");
JAVA("java", "java"),
KOTLIN("kotlin", "kotlin");
private String engineName;