Fix scriptTemplatesClasspath for most users

Users will have to build using IntelliJ at least once, but this
should reflect the workflow of the majority of users.
This commit is contained in:
Major
2018-04-02 20:46:35 +01:00
parent 81e019ca93
commit 78520fe530
+1 -1
View File
@@ -10,6 +10,6 @@
</component>
<component name="KotlinCompilerSettings">
<option name="scriptTemplates" value="org.apollo.game.plugin.kotlin.KotlinPluginScript" />
<option name="scriptTemplatesClasspath" value="$PROJECT_DIR$/game/build/classes/main" />
<option name="scriptTemplatesClasspath" value="$PROJECT_DIR$/game/out/production/classes" />
</component>
</project>