Add kotlinc script templates configuration

This commit is contained in:
Gary Tierney
2017-09-21 22:54:53 +01:00
parent 97896a34a4
commit 8b6505dd7c
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
.*
!.idea/
!.gitignore
!.rubocop.yml
!.editorconfig
+4
View File
@@ -0,0 +1,4 @@
*
!.gitignore
!kotlinc.xml
+11
View File
@@ -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>