aboutsummaryrefslogtreecommitdiff
path: root/kotlin
diff options
context:
space:
mode:
authornickreid <nickreid@google.com>2022-07-12 13:40:55 -0700
committerCopybara-Service <copybara-worker@google.com>2022-07-12 13:41:20 -0700
commit8b166acdd3bb4369d651e7d356e8dd78e0385a0a (patch)
treebd1fa1990ddbed9297ef54f0fa9be85afdbbeb44 /kotlin
parent46964689d72e8de9f6560459d66bc4bd8bb9220e (diff)
downloadbazelbuild-kotlin-rules-8b166acdd3bb4369d651e7d356e8dd78e0385a0a.tar.gz
n/a
PiperOrigin-RevId: 460541895 Change-Id: I5872ad21823371ac9ec923cc91ad6c84fd6f2a6d
Diffstat (limited to 'kotlin')
-rw-r--r--kotlin/common.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/kotlin/common.bzl b/kotlin/common.bzl
index 969ba80..cc51381 100644
--- a/kotlin/common.bzl
+++ b/kotlin/common.bzl
@@ -430,7 +430,6 @@ def _run_kotlinc(
# particular, the extractor expects this to be a vanilla "spawn" (ctx.actions.run) so don't
# change this to ctx.actions.run_shell or something else without considering Kythe implications
# (b/112439843).
- # TODO: populate unused_inputs_list to speed interactive rebuilds
ctx.actions.run(
executable = toolchain.kotlin_compiler,
arguments = [kotlinc_args],