workspace.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/src/Circle.kt" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/Main.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.kt" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/Transforming.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Transforming.kt" afterDir="false" />
  9. </list>
  10. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileTemplateManagerImpl">
  17. <option name="RECENT_TEMPLATES">
  18. <list>
  19. <option value="Kotlin File" />
  20. <option value="Kotlin Interface" />
  21. <option value="Kotlin Class" />
  22. </list>
  23. </option>
  24. </component>
  25. <component name="Git.Settings">
  26. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  27. </component>
  28. <component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
  29. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  30. <component name="PropertiesComponent">
  31. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  32. <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
  33. </component>
  34. <component name="RunDashboard">
  35. <option name="ruleStates">
  36. <list>
  37. <RuleState>
  38. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  39. </RuleState>
  40. <RuleState>
  41. <option name="name" value="StatusDashboardGroupingRule" />
  42. </RuleState>
  43. </list>
  44. </option>
  45. </component>
  46. <component name="RunManager">
  47. <configuration default="true" type="ClojureREPL" factoryName="Local" activateToolWindowBeforeRun="false">
  48. <setting name="replType" value="NREPL" />
  49. <setting name="execution" value="LEININGEN" />
  50. <setting name="jvmArgs" value="" />
  51. <setting name="parameters" value="" />
  52. <setting name="workingDir" value="" />
  53. <setting name="profiles" value="" />
  54. <setting name="aliases" value="" />
  55. <setting name="fixLineNumbers" value="false" />
  56. <method v="2" />
  57. </configuration>
  58. <configuration default="true" type="ClojureREPL" factoryName="Remote" activateToolWindowBeforeRun="false">
  59. <setting name="host" value="" />
  60. <setting name="port" value="0" />
  61. <setting name="replType" value="SOCKET" />
  62. <setting name="configType" value="SPECIFY" />
  63. <setting name="replPortFileType" value="STANDARD" />
  64. <setting name="customPortFile" value="" />
  65. <setting name="fixLineNumbers" value="false" />
  66. <method v="2" />
  67. </configuration>
  68. <configuration name="MainKt" type="JetRunConfigurationType" factoryName="Kotlin" temporary="true" nameIsGenerated="true">
  69. <module name="Figure" />
  70. <option name="VM_PARAMETERS" />
  71. <option name="PROGRAM_PARAMETERS" />
  72. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  73. <option name="ALTERNATIVE_JRE_PATH" />
  74. <option name="PASS_PARENT_ENVS" value="true" />
  75. <option name="MAIN_CLASS_NAME" value="MainKt" />
  76. <option name="WORKING_DIRECTORY" />
  77. <method v="2">
  78. <option name="Make" enabled="true" />
  79. </method>
  80. </configuration>
  81. <recent_temporary>
  82. <list>
  83. <item itemvalue="Kotlin.MainKt" />
  84. </list>
  85. </recent_temporary>
  86. </component>
  87. <component name="SvnConfiguration">
  88. <configuration />
  89. </component>
  90. <component name="TaskManager">
  91. <task active="true" id="Default" summary="Default task">
  92. <changelist id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="" />
  93. <created>1636513842355</created>
  94. <option name="number" value="Default" />
  95. <option name="presentableId" value="Default" />
  96. <updated>1636513842355</updated>
  97. </task>
  98. <servers />
  99. </component>
  100. <component name="Vcs.Log.Tabs.Properties">
  101. <option name="TAB_STATES">
  102. <map>
  103. <entry key="MAIN">
  104. <value>
  105. <State />
  106. </value>
  107. </entry>
  108. </map>
  109. </option>
  110. </component>
  111. </project>