rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Expose KT rules to be used in stardoc generation of custom rules

Open tharakadesilva opened this issue 3 years ago • 0 comments

I am writing my own set of rules on top of rules_kotlin, but my stardoc generation is failing due to the "limited visibility" in rules_kotlin.

There is an open issue https://github.com/bazelbuild/stardoc/issues/93 to add a better fix for this.

Till then, would it be possible to expose a bzl_library similar to https://github.com/bazelbuild/rules_jvm_external/pull/527?

tharakadesilva avatar Jul 30 '22 10:07 tharakadesilva