|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
| 3 | + <component name="AutoImportedSourceRoots"> |
| 4 | + <option name="directories"> |
| 5 | + <list> |
| 6 | + <option value="add-two-integers" /> |
| 7 | + <option value="design-skiplist" /> |
| 8 | + <option value="insert-into-a-binary-search-tree" /> |
| 9 | + <option value="min-cost-to-connect-all-points" /> |
| 10 | + <option value="possible-bipartition" /> |
| 11 | + <option value="reveal-cards-in-increasing-order" /> |
| 12 | + <option value="serialize-and-deserialize-binary-tree" /> |
| 13 | + <option value="three-in-one-lcci" /> |
| 14 | + </list> |
| 15 | + </option> |
| 16 | + </component> |
3 | 17 | <component name="FacetManager">
|
4 | 18 | <facet type="kotlin-language" name="Kotlin">
|
5 | 19 | <configuration version="5" platform="JVM 17" allPlatforms="JVM [17]" useProjectSettings="false">
|
|
22 | 36 | <output url="file://$MODULE_DIR$/target/classes" />
|
23 | 37 | <output-test url="file://$MODULE_DIR$/target/test-classes" />
|
24 | 38 | <content url="file://$MODULE_DIR$">
|
25 |
| - <sourceFolder url="file://$MODULE_DIR$/add-two-integers" isTestSource="false" packagePrefix="masx200.leetcode_test.add_two_integers" /> |
| 39 | + <sourceFolder url="file://$MODULE_DIR$/add-two-integers" isTestSource="false" /> |
26 | 40 | <sourceFolder url="file://$MODULE_DIR$/design-skiplist" isTestSource="false" packagePrefix="masx200.leetcode_test.design_skiplist" />
|
27 | 41 | <sourceFolder url="file://$MODULE_DIR$/insert-into-a-binary-search-tree" isTestSource="false" packagePrefix="masx200.leetcode_test.insert_into_a_binary_search_tree" />
|
28 | 42 | <sourceFolder url="file://$MODULE_DIR$/min-cost-to-connect-all-points" isTestSource="false" packagePrefix="masx200.leetcode_test.min_cost_to_connect_all_points" />
|
29 | 43 | <sourceFolder url="file://$MODULE_DIR$/possible-bipartition" isTestSource="false" packagePrefix="masx200.leetcode_test.possible_bipartition" />
|
30 | 44 | <sourceFolder url="file://$MODULE_DIR$/reveal-cards-in-increasing-order" isTestSource="false" packagePrefix="masx200.leetcode_test.reveal_cards_in_increasing_order" />
|
31 | 45 | <sourceFolder url="file://$MODULE_DIR$/serialize-and-deserialize-binary-tree" isTestSource="false" packagePrefix="masx200.leetcode_test.serialize_and_deserialize_binary_tree" />
|
32 |
| - <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" packagePrefix="masx200" /> |
| 46 | + <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" /> |
33 | 47 | <sourceFolder url="file://$MODULE_DIR$/three-in-one-lcci" isTestSource="false" packagePrefix="masx200.leetcode_test.three_in_one_lcci" />
|
34 | 48 | <excludeFolder url="file://$MODULE_DIR$/target" />
|
35 | 49 | </content>
|
|
0 commit comments