Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Commit 3f9f7af

Browse files
committed
Minor: migrate to the new format for Kotlin/JS projects
1 parent 6e2dd09 commit 3f9f7af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ts2kt.iml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<component name="NewModuleRootManager" inherit-compiler-output="true">
2323
<exclude-output />
2424
<content url="file://$MODULE_DIR$">
25-
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
26-
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
2725
<excludeFolder url="file://$MODULE_DIR$/dependencies" />
2826
<excludeFolder url="file://$MODULE_DIR$/dist" />
2927
<excludeFolder url="file://$MODULE_DIR$/tmp" />
3028
<excludeFolder url="file://$MODULE_DIR$/tools" />
29+
<sourceFolder url="file://$MODULE_DIR$/src" type="kotlin-source" />
30+
<sourceFolder url="file://$MODULE_DIR$/test" type="kotlin-test" />
3131
</content>
3232
<orderEntry type="inheritedJdk" />
3333
<orderEntry type="sourceFolder" forTests="false" />
3434
<orderEntry type="library" name="KotlinJavaScript" level="project" />
3535
</component>
36-
</module>
36+
</module>

0 commit comments

Comments
 (0)