mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
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:
Generated
+1
-1
@@ -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>
|
||||
Reference in New Issue
Block a user