fix kunit compilation
This commit is contained in:
@@ -18,7 +18,12 @@
|
|||||||
<groupId>org.jetbrains.kotlin</groupId>
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<artifactId>runtime</artifactId>
|
<artifactId>runtime</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
|
<artifactId>stdlib</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
+1
-1
@@ -48,8 +48,8 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<module>tools</module>
|
<module>tools</module>
|
||||||
|
|
||||||
<module>kunit</module>
|
|
||||||
<module>stdlib</module>
|
<module>stdlib</module>
|
||||||
|
<module>kunit</module>
|
||||||
<module>kotlin-jdbc</module>
|
<module>kotlin-jdbc</module>
|
||||||
<module>kotlin-swing</module>
|
<module>kotlin-swing</module>
|
||||||
|
|
||||||
|
|||||||
@@ -19,13 +19,6 @@
|
|||||||
<artifactId>runtime</artifactId>
|
<artifactId>runtime</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
|
||||||
<artifactId>kunit</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user