Skip to content

Commit

Permalink
Add some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Nov 11, 2020
1 parent eb00607 commit d20d6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kotlin/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

kt_kotlinc_options(
name = "default_kotlinc_options",
# Used internally as the rule default. This should be
# considered an implementation detail and not used externally
visibility = ["//visibility:public"],
)

kt_javac_options(
name = "default_javac_options",
# Used internally as the rule default. This should be
# considered an implementation detail and not used externally
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit d20d6e3

Please sign in to comment.