Add kotlin.test library

This commit is contained in:
Sergey Mashkov
2015-11-24 15:17:42 +03:00
parent dd36ef5712
commit 1867abbbe7
27 changed files with 1526 additions and 0 deletions
@@ -21,6 +21,11 @@
<artifactId>kotlin-stdlib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.jvm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-tests</artifactId>