feat: add gradle export templates, support android app/lib and simple java

This commit is contained in:
Skylot
2025-04-29 21:07:52 +01:00
parent 9981949a2b
commit e3aa49aaa9
54 changed files with 1153 additions and 570 deletions
@@ -31,7 +31,7 @@ data class ScriptAnalyzeResult(
)
class ScriptServices {
private val compileConf = ScriptEval.compileConf
private val compileConf = ScriptEval().buildCompileConf()
private val replCompiler = KJvmReplCompilerWithIdeServices(
compileConf[ScriptCompilationConfiguration.hostConfiguration]
?: defaultJvmScriptingHostConfiguration,