| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?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="">
- <change afterPath="$PROJECT_DIR$/src/Circle.kt" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/Main.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.kt" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/Transforming.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Transforming.kt" afterDir="false" />
- </list>
- <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" />
- <option value="Kotlin Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="PropertiesComponent">
- <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
- <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>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- </map>
- </option>
- </component>
- </project>
|