workspace.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/Circle.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Circle.kt" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/Main.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.kt" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/Rect.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Rect.kt" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/Square.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Square.kt" afterDir="false" />
  13. </list>
  14. <option name="SHOW_DIALOG" value="false" />
  15. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  16. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  17. <option name="LAST_RESOLUTION" value="IGNORE" />
  18. </component>
  19. <component name="FileTemplateManagerImpl">
  20. <option name="RECENT_TEMPLATES">
  21. <list>
  22. <option value="Kotlin File" />
  23. <option value="Kotlin Interface" />
  24. <option value="Kotlin Class" />
  25. </list>
  26. </option>
  27. </component>
  28. <component name="Git.Settings">
  29. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  30. </component>
  31. <component name="ProjectColorInfo"><![CDATA[{
  32. "associatedIndex": 5
  33. }]]></component>
  34. <component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
  35. <component name="ProjectViewState">
  36. <option name="hideEmptyMiddlePackages" value="true" />
  37. <option name="showLibraryContents" value="true" />
  38. </component>
  39. <component name="PropertiesComponent"><![CDATA[{
  40. "keyToString": {
  41. "RunOnceActivity.ShowReadmeOnStart": "true",
  42. "RunOnceActivity.git.unshallow": "true",
  43. "git-widget-placeholder": "main",
  44. "kotlin-language-version-configured": "true",
  45. "last_opened_file_path": "C:/Users/Vsevolod/Repositories/temp/Figures"
  46. }
  47. }]]></component>
  48. <component name="RunManager">
  49. <configuration default="true" type="ClojureREPL" factoryName="Local" activateToolWindowBeforeRun="false">
  50. <setting name="replType" value="NREPL" />
  51. <setting name="execution" value="LEININGEN" />
  52. <setting name="jvmArgs" value="" />
  53. <setting name="parameters" value="" />
  54. <setting name="workingDir" value="" />
  55. <setting name="profiles" value="" />
  56. <setting name="aliases" value="" />
  57. <setting name="fixLineNumbers" value="false" />
  58. <method v="2" />
  59. </configuration>
  60. <configuration default="true" type="ClojureREPL" factoryName="Remote" activateToolWindowBeforeRun="false">
  61. <setting name="host" value="" />
  62. <setting name="port" value="0" />
  63. <setting name="replType" value="SOCKET" />
  64. <setting name="configType" value="SPECIFY" />
  65. <setting name="replPortFileType" value="STANDARD" />
  66. <setting name="customPortFile" value="" />
  67. <setting name="fixLineNumbers" value="false" />
  68. <method v="2" />
  69. </configuration>
  70. <configuration name="MainKt" type="JetRunConfigurationType" temporary="true" nameIsGenerated="true">
  71. <option name="MAIN_CLASS_NAME" value="MainKt" />
  72. <module name="Figure" />
  73. <method v="2">
  74. <option name="Make" enabled="true" />
  75. </method>
  76. </configuration>
  77. <recent_temporary>
  78. <list>
  79. <item itemvalue="Kotlin.MainKt" />
  80. </list>
  81. </recent_temporary>
  82. </component>
  83. <component name="SvnConfiguration">
  84. <configuration />
  85. </component>
  86. <component name="TaskManager">
  87. <task active="true" id="Default" summary="Default task">
  88. <changelist id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="" />
  89. <created>1636513842355</created>
  90. <option name="number" value="Default" />
  91. <option name="presentableId" value="Default" />
  92. <updated>1636513842355</updated>
  93. </task>
  94. <servers />
  95. </component>
  96. <component name="Vcs.Log.Tabs.Properties">
  97. <option name="TAB_STATES">
  98. <map>
  99. <entry key="MAIN">
  100. <value>
  101. <State />
  102. </value>
  103. </entry>
  104. </map>
  105. </option>
  106. </component>
  107. </project>