Skip to content

Commit

Permalink
Fix kotlin example projects (#6233)
Browse files Browse the repository at this point in the history
* Fix @rules_kotlin in the example project

* Update BUILD
  • Loading branch information
mai93 authored Mar 7, 2024
1 parent b59c61f commit 6867641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kotlin/simple_coroutines_project/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_binary", "kt_jvm_library", "kt_jvm_test")
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_binary", "kt_jvm_library", "kt_jvm_test")

package(default_visibility = ["//visibility:private"])

Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/simple_project/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load(
"@io_bazel_rules_kotlin//kotlin:kotlin.bzl",
"@rules_kotlin//kotlin:kotlin.bzl",
"kt_jvm_binary",
"kt_jvm_library",
"kt_jvm_test",
Expand Down

0 comments on commit 6867641

Please sign in to comment.