rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Bugfix: Implicit label kotlin deps error out

Open trevorsummerssmith opened this issue 7 years ago • 0 comments

If one specifies a non-absolute kotlin dependency that ends in the package name, eg 'foo' the code would suffix the package name with "_kt", resulting in an error. The correct behavior is to suffix the target name. This commit fixes this issue.

trevorsummerssmith avatar Jan 06 '18 18:01 trevorsummerssmith