kotlin.test: Rename jvm module to junit

This commit is contained in:
Sergey Mashkov
2015-11-25 17:27:30 +03:00
parent 149ce70ce2
commit a5b098c4a7
17 changed files with 73 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.jvm</artifactId>
<artifactId>kotlin.test.junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>