mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Add kotlinc script templates configuration
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.*
|
||||
|
||||
!.idea/
|
||||
!.gitignore
|
||||
!.rubocop.yml
|
||||
!.editorconfig
|
||||
|
||||
Generated
+4
@@ -0,0 +1,4 @@
|
||||
*
|
||||
|
||||
!.gitignore
|
||||
!kotlinc.xml
|
||||
Generated
+11
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Kotlin2JsCompilerArguments">
|
||||
<option name="sourceMapPrefix" value="" />
|
||||
<option name="sourceMapEmbedSources" value="inlining" />
|
||||
</component>
|
||||
<component name="KotlinCompilerSettings">
|
||||
<option name="scriptTemplates" value="org.apollo.game.plugin.kotlin.KotlinPluginScript" />
|
||||
<option name="scriptTemplatesClasspath" value="$PROJECT_DIR$/game/build/classes/main" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user