Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e622e1 commit 8e1d77bCopy full SHA for 8e1d77b
1 file changed
java/kotlin-extractor/BUILD.bazel
@@ -30,8 +30,8 @@ load(
30
"get_language_version",
31
"version_less",
32
)
33
-load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
34
load("@rules_kotlin//kotlin:core.bzl", "kt_javac_options", "kt_kotlinc_options")
+load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
35
36
package(default_visibility = ["//java/kotlin-extractor:__subpackages__"])
37
0 commit comments