Skip to content

Commit

Permalink
Update README.md (#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 committed Feb 27, 2020
1 parent 526efa9 commit 3ae7902
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 3ae7902

Please sign in to comment.