bazelbuild / rules_kotlin

Bazel rules for Kotlin
Apache License 2.0
331 stars 206 forks source link

Remove unnecessary use of `ctx.resolve_tools`. #1147

Closed tjgq closed 6 months ago

tjgq commented 6 months ago

We'd like to retire this API, which is redundant with passing an executable or tools argument to ctx.actions.run|run_shell.