BAEL-1402 code for the article: Try-with-resources in Kotlin (#3418)

This commit is contained in:
Alessio Stalla
2018-01-15 01:32:47 +01:00
committed by maibin
parent 22dbf2c8cd
commit ee3c3a6237
2 changed files with 72 additions and 0 deletions
+5
View File
@@ -44,6 +44,11 @@
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin-stdlib.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre8</artifactId>
<version>${kotlin-stdlib.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>