| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="">
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/Circle.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Circle.kt" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/Main.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.kt" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/Rect.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Rect.kt" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/Square.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Square.kt" afterDir="false" />
- </list>
- <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="ProjectColorInfo"><![CDATA[{
- "associatedIndex": 5
- }]]></component>
- <component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "main",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "C:/Users/Vsevolod/Repositories/temp/Figures"
- }
- }]]></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" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="MainKt" />
- <module name="Figure" />
- <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>
|