Skip to content

Commit

Permalink
Put native-platform-uberjar.jar into compiler embeddable and remove d…
Browse files Browse the repository at this point in the history
…ependency from the compiler runner
  • Loading branch information
ligee committed Dec 21, 2016
1 parent 904f5ac commit 4773d54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions libraries/tools/kotlin-compiler-embeddable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>native-platform</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 0 additions & 6 deletions libraries/tools/kotlin-compiler-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>native-platform</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 4773d54

Please sign in to comment.