Skip to content

Commit

Permalink
Fix missing dependency on @com_github_jetbrains_kotlin//:lib/jvm-abi-…
Browse files Browse the repository at this point in the history
…gen.jar (#521)

Fixes #492
  • Loading branch information
jesseschalken authored Apr 25, 2021
1 parent e608bf3 commit 6dfa4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/io/bazel/kotlin/builder/cmd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ kt_bootstrap_binary(
"//src/main/kotlin:skip-code-gen",
"//src/main/kotlin/io/bazel/kotlin/compiler",
"@com_github_jetbrains_kotlin//:lib/kotlin-compiler.jar",
"@com_github_jetbrains_kotlin//:lib/jvm-abi-gen.jar",
],
main_class = "io.bazel.kotlin.builder.cmd.Build",
runtime_library = ":build_lib",
Expand Down

0 comments on commit 6dfa4bb

Please sign in to comment.