diff --git a/kotlin/internal/jvm/compile.bzl b/kotlin/internal/jvm/compile.bzl index 7b9688b95..80cbf7a81 100644 --- a/kotlin/internal/jvm/compile.bzl +++ b/kotlin/internal/jvm/compile.bzl @@ -488,7 +488,7 @@ def _run_kt_builder_action( executable = toolchains.kt.kotlinbuilder.files_to_run.executable, execution_requirements = _utils.add_dicts( toolchains.kt.execution_requirements, - {"worker-key-mnemonic": "KotlinCompile"}, + {"worker-key-mnemonic": mnemonic}, ), arguments = [args], progress_message = progress_message,