Kotlin server-web template

This commit is contained in:
2024-04-28 10:05:46 +02:00
commit 3dbaef2266
16 changed files with 515 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="kotlin-server-web-empty-js-1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="kotlin-server-web-empty-js-1.0-SNAPSHOT.jar">
<element id="module-output" name="kotlin-server-web-empty.jsMain" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="kotlin-server-web-empty-jvm-1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="kotlin-server-web-empty-jvm-1.0-SNAPSHOT.jar">
<element id="module-output" name="kotlin-server-web-empty.jvmMain" />
</root>
</artifact>
</component>