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
+6 -1
View File
@@ -165,6 +165,11 @@
<artifactId>kotlin-compiler</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-daemon-client</artifactId>
@@ -211,4 +216,4 @@
</build>
</profile>
</profiles>
</project>
</project>