build: add kotlin-compiler-embeddable to BOM

This commit is contained in:
George Gastaldi
2019-05-27 08:42:59 -03:00
committed by ilya-g
parent 8badfca459
commit d0d4d00379
+5
View File
@@ -165,6 +165,11 @@
<artifactId>kotlin-compiler</artifactId> <artifactId>kotlin-compiler</artifactId>
<version>${kotlin.version}</version> <version>${kotlin.version}</version>
</dependency> </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>kotlin-daemon-client</artifactId> <artifactId>kotlin-daemon-client</artifactId>