We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5718b6 commit fb68d28Copy full SHA for fb68d28
maven/pom.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project
3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
+
6
+ <modelVersion>4.0.0</modelVersion>
7
8
+ <groupId>org.jetbrains.kotlin</groupId>
9
+ <artifactId>kotlin-examples</artifactId>
10
+ <version>0.1-SNAPSHOT</version>
11
+ <packaging>pom</packaging>
12
13
+ <modules>
14
+ <module>hello-world</module>
15
+ <module>mixed-code-hello-world</module>
16
+ </modules>
17
+</project>
0 commit comments