|
|
@@ -0,0 +1,89 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project version="4">
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="" />
|
|
|
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
+ </component>
|
|
|
+ <component name="FileTemplateManagerImpl">
|
|
|
+ <option name="RECENT_TEMPLATES">
|
|
|
+ <list>
|
|
|
+ <option value="Kotlin File" />
|
|
|
+ <option value="Kotlin Interface" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
|
|
|
+ <component name="PropertiesComponent">
|
|
|
+ <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
|
|
|
+ </component>
|
|
|
+ <component name="RunDashboard">
|
|
|
+ <option name="ruleStates">
|
|
|
+ <list>
|
|
|
+ <RuleState>
|
|
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
+ </RuleState>
|
|
|
+ <RuleState>
|
|
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
|
+ </RuleState>
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager">
|
|
|
+ <configuration default="true" type="ClojureREPL" factoryName="Local" activateToolWindowBeforeRun="false">
|
|
|
+ <setting name="replType" value="NREPL" />
|
|
|
+ <setting name="execution" value="LEININGEN" />
|
|
|
+ <setting name="jvmArgs" value="" />
|
|
|
+ <setting name="parameters" value="" />
|
|
|
+ <setting name="workingDir" value="" />
|
|
|
+ <setting name="profiles" value="" />
|
|
|
+ <setting name="aliases" value="" />
|
|
|
+ <setting name="fixLineNumbers" value="false" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <configuration default="true" type="ClojureREPL" factoryName="Remote" activateToolWindowBeforeRun="false">
|
|
|
+ <setting name="host" value="" />
|
|
|
+ <setting name="port" value="0" />
|
|
|
+ <setting name="replType" value="SOCKET" />
|
|
|
+ <setting name="configType" value="SPECIFY" />
|
|
|
+ <setting name="replPortFileType" value="STANDARD" />
|
|
|
+ <setting name="customPortFile" value="" />
|
|
|
+ <setting name="fixLineNumbers" value="false" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <configuration name="MainKt" type="JetRunConfigurationType" factoryName="Kotlin" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="Figure" />
|
|
|
+ <option name="VM_PARAMETERS" />
|
|
|
+ <option name="PROGRAM_PARAMETERS" />
|
|
|
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
|
+ <option name="ALTERNATIVE_JRE_PATH" />
|
|
|
+ <option name="PASS_PARENT_ENVS" value="true" />
|
|
|
+ <option name="MAIN_CLASS_NAME" value="MainKt" />
|
|
|
+ <option name="WORKING_DIRECTORY" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <recent_temporary>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="Kotlin.MainKt" />
|
|
|
+ </list>
|
|
|
+ </recent_temporary>
|
|
|
+ </component>
|
|
|
+ <component name="SvnConfiguration">
|
|
|
+ <configuration />
|
|
|
+ </component>
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="Default task">
|
|
|
+ <changelist id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="" />
|
|
|
+ <created>1636513842355</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1636513842355</updated>
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+</project>
|