Build: add annotations-13.0.jar to compilerManifestClassPath

This is required since intellijCore/annotations.jar was removed from
koltin-compiler.jar
This commit is contained in:
Sergey Rostov
2019-01-28 10:04:53 +03:00
parent 0f2fb4ff82
commit 78630fec41
+1 -1
View File
@@ -116,7 +116,7 @@ fun Project.toolsJar(jdkHome: File = File(this.property("JDK_18") as String)): F
firstFromJavaHomeThatExists("lib/tools.jar", jdkHome = jdkHome)
val compilerManifestClassPath
get() = "kotlin-stdlib.jar kotlin-reflect.jar kotlin-script-runtime.jar trove4j.jar"
get() = "annotations-13.0.jar kotlin-stdlib.jar kotlin-reflect.jar kotlin-script-runtime.jar trove4j.jar"
object EmbeddedComponents {
val CONFIGURATION_NAME = "embeddedComponents"