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 74c39bc commit 2c01b80Copy full SHA for 2c01b80
maven/hello-world/pom.xml
@@ -10,9 +10,9 @@
10
<version>1.0-SNAPSHOT</version>
11
12
<properties>
13
- <kotlin.version>1.0.1-2</kotlin.version>
+ <kotlin.version>1.0.3</kotlin.version>
14
<junit.version>4.12</junit.version>
15
- <main.class>hello.HelloKt</main.class>
+ <main.class>hello.HelloKt</main.class>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
</properties>
18
0 commit comments