25
25
<sourceFolder url =" file://$MODULE_DIR$/add-two-integers" isTestSource =" false" packagePrefix =" masx200.leetcode_test.add_two_integers" />
26
26
<sourceFolder url =" file://$MODULE_DIR$/design-skiplist" isTestSource =" false" packagePrefix =" masx200.leetcode_test.design_skiplist" />
27
27
<sourceFolder url =" file://$MODULE_DIR$/insert-into-a-binary-search-tree" isTestSource =" false" packagePrefix =" masx200.leetcode_test.insert_into_a_binary_search_tree" />
28
+ <sourceFolder url =" file://$MODULE_DIR$/min-cost-to-connect-all-points" isTestSource =" false" packagePrefix =" masx200.leetcode_test.min_cost_to_connect_all_points" />
29
+ <sourceFolder url =" file://$MODULE_DIR$/possible-bipartition" isTestSource =" false" packagePrefix =" masx200.leetcode_test.possible_bipartition" />
28
30
<sourceFolder url =" file://$MODULE_DIR$/reveal-cards-in-increasing-order" isTestSource =" false" packagePrefix =" masx200.leetcode_test.reveal_cards_in_increasing_order" />
29
31
<sourceFolder url =" file://$MODULE_DIR$/serialize-and-deserialize-binary-tree" isTestSource =" false" packagePrefix =" masx200.leetcode_test.serialize_and_deserialize_binary_tree" />
30
- <sourceFolder url =" file://$MODULE_DIR$/test" isTestSource =" true" packagePrefix =" masx200.leetcode_test " />
32
+ <sourceFolder url =" file://$MODULE_DIR$/test" isTestSource =" true" packagePrefix =" masx200" />
31
33
<sourceFolder url =" file://$MODULE_DIR$/three-in-one-lcci" isTestSource =" false" packagePrefix =" masx200.leetcode_test.three_in_one_lcci" />
32
34
<excludeFolder url =" file://$MODULE_DIR$/target" />
33
- <sourceFolder url =" file://$MODULE_DIR$/" isTestSource =" false" packagePrefix =" masx200.leetcode_test" />
34
35
</content >
35
36
<orderEntry type =" inheritedJdk" />
36
37
<orderEntry type =" sourceFolder" forTests =" false" />
37
- <orderEntry type =" library" name =" Maven: org.jetbrains.kotlin:kotlin-test-junit5:1.7.20" level =" project" />
38
- <orderEntry type =" library" name =" Maven: org.jetbrains.kotlin:kotlin-test:1.7.20" level =" project" />
39
- <orderEntry type =" library" name =" Maven: org.junit.jupiter:junit-jupiter-api:5.6.0" level =" project" />
40
- <orderEntry type =" library" name =" Maven: org.apiguardian:apiguardian-api:1.1.0" level =" project" />
41
- <orderEntry type =" library" name =" Maven: org.opentest4j:opentest4j:1.2.0" level =" project" />
42
- <orderEntry type =" library" name =" Maven: org.junit.platform:junit-platform-commons:1.6.0" level =" project" />
43
- <orderEntry type =" library" scope =" RUNTIME " name =" Maven: org.junit.jupiter:junit-jupiter-engine:5.6.0" level =" project" />
44
- <orderEntry type =" library" scope =" RUNTIME " name =" Maven: org.junit.platform:junit-platform-engine:1.6.0" level =" project" />
38
+ <orderEntry type =" library" scope = " TEST " name =" Maven: org.jetbrains.kotlin:kotlin-test-junit5:1.7.20" level =" project" />
39
+ <orderEntry type =" library" scope = " TEST " name =" Maven: org.jetbrains.kotlin:kotlin-test:1.7.20" level =" project" />
40
+ <orderEntry type =" library" scope = " TEST " name =" Maven: org.junit.jupiter:junit-jupiter-api:5.6.0" level =" project" />
41
+ <orderEntry type =" library" scope = " TEST " name =" Maven: org.apiguardian:apiguardian-api:1.1.0" level =" project" />
42
+ <orderEntry type =" library" scope = " TEST " name =" Maven: org.opentest4j:opentest4j:1.2.0" level =" project" />
43
+ <orderEntry type =" library" scope = " TEST " name =" Maven: org.junit.platform:junit-platform-commons:1.6.0" level =" project" />
44
+ <orderEntry type =" library" scope =" TEST " name =" Maven: org.junit.jupiter:junit-jupiter-engine:5.6.0" level =" project" />
45
+ <orderEntry type =" library" scope =" TEST " name =" Maven: org.junit.platform:junit-platform-engine:1.6.0" level =" project" />
45
46
<orderEntry type =" library" name =" Maven: org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20" level =" project" />
46
47
<orderEntry type =" library" name =" Maven: org.jetbrains.kotlin:kotlin-stdlib:1.7.20" level =" project" />
47
48
<orderEntry type =" library" name =" Maven: org.jetbrains.kotlin:kotlin-stdlib-common:1.7.20" level =" project" />
48
49
<orderEntry type =" library" name =" Maven: org.jetbrains:annotations:13.0" level =" project" />
49
50
<orderEntry type =" library" name =" Maven: org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20" level =" project" />
51
+ <orderEntry type =" library" scope =" TEST" name =" Maven: org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0" level =" project" />
52
+ <orderEntry type =" library" scope =" TEST" name =" Maven: org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.4.0" level =" project" />
53
+ <orderEntry type =" library" scope =" TEST" name =" Maven: org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.4.0" level =" project" />
50
54
</component >
51
55
</module >
0 commit comments