We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195cd1e commit 7584e54Copy full SHA for 7584e54
test_defs.bzl
@@ -16,11 +16,6 @@
16
17
load("@rules_java//java:defs.bzl", "java_library", "java_test")
18
load("//:build_defs.bzl", "JAVA_RELEASE_MIN")
19
-load(
20
- "@io_bazel_rules_kotlin//kotlin:kotlin.bzl",
21
- "kt_jvm_library",
22
- "kt_jvm_test",
23
-)
24
25
# Defines a set of build variants and the list of extra javacopts to build with.
26
# The key will be appended to the generated test names to ensure uniqueness.
0 commit comments