Adding new target - embeddable compiler (after jarjar), using it in the gradle plugin

(cherry picked from commit bf4b26f)
This commit is contained in:
ligee
2015-07-02 15:33:11 +02:00
parent 41f80cde9e
commit d08570b8a8
5 changed files with 104 additions and 2 deletions
@@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler</artifactId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>