Fix manifest classpath in kotlin-compiler
This commit is contained in:
committed by
Ilya Chernikov
parent
6e75d44bc3
commit
ec2e7bb43c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user