[BT] Implement basic non-incremental in-process JVM compilation

This commit is contained in:
Alexander.Likhachev
2023-06-27 22:43:48 +02:00
committed by Space Team
parent 6356a40fe8
commit 28c059f25b
8 changed files with 186 additions and 28 deletions
@@ -38,5 +38,11 @@
<version>ArtifactsTest.version</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>ArtifactsTest.version</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>