Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 11, 2023
1 parent 10e0b1e commit b8bf179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion private/rules/kt_jvm_export.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
load("//private/rules:java_export.bzl", "maven_export")
load(":java_export.bzl", "maven_export")
load(":maven_project_jar.bzl", "DEFAULT_EXCLUDED_WORKSPACES")

KOTLIN_STDLIB = "@com_github_jetbrains_kotlin//:kotlin-stdlib"

Expand Down

0 comments on commit b8bf179

Please sign in to comment.