diff --git a/prepare/compiler/build.gradle.kts b/prepare/compiler/build.gradle.kts index ff30248d078..8a566bd427d 100644 --- a/prepare/compiler/build.gradle.kts +++ b/prepare/compiler/build.gradle.kts @@ -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