mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 00:38:14 +00:00
78520fe530
Users will have to build using IntelliJ at least once, but this should reflect the workflow of the majority of users.
15 lines
654 B
XML
15 lines
654 B
XML
<?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="KotlinCommonCompilerArguments">
|
|
<option name="apiVersion" value="1.1" />
|
|
<option name="languageVersion" value="1.1" />
|
|
</component>
|
|
<component name="KotlinCompilerSettings">
|
|
<option name="scriptTemplates" value="org.apollo.game.plugin.kotlin.KotlinPluginScript" />
|
|
<option name="scriptTemplatesClasspath" value="$PROJECT_DIR$/game/out/production/classes" />
|
|
</component>
|
|
</project> |