Skip to content

Commit

Permalink
Update README.md (bazelbuild#285)
Browse files Browse the repository at this point in the history
kt_download_local_dev_dependencies is exported via dependencies.bzl, not via kotlin.bzl
  • Loading branch information
danfabi authored and cromwellian committed Mar 7, 2020
1 parent 4f181c8 commit 0effc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ local_repository(
path = "../path/to/rules_kotlin_clone",
)

load("@io_bazel_rules_kotlin//kotlin:kotlin.bzl", "kt_download_local_dev_dependencies")
load("@io_bazel_rules_kotlin//kotlin:dependencies.bzl", "kt_download_local_dev_dependencies")
kt_download_local_dev_dependencies()
load("@io_bazel_rules_kotlin//kotlin:kotlin.bzl", "kotlin_repositories", "kt_register_toolchains")
kotlin_repositories() # if you want the default. Otherwise see custom kotlinc distribution below
Expand Down

0 comments on commit 0effc31

Please sign in to comment.