提交 ec2e7bb4 编写于 作者: I Ilya Gorbunov 提交者: Ilya Chernikov

Fix manifest classpath in kotlin-compiler

上级 6e75d44b
......@@ -24,7 +24,7 @@ plugins {
// Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build
val shrink = true
val compilerManifestClassPath =
"kotlin-runtime.jar kotlin-reflect.jar kotlin-script-runtime.jar"
"kotlin-stdlib.jar kotlin-reflect.jar kotlin-script-runtime.jar"
val fatJarContents by configurations.creating
val fatSourcesJarContents by configurations.creating
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册