Skip to content

Commit

Permalink
Fix kotlin compiler_release not being set (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Apr 25, 2021
1 parent 23ab55b commit 2bd13d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/internal/repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def kotlin_repositories(compiler_release = KOTLIN_CURRENT_COMPILER_RELEASE):
compiler_release: (internal) dict containing "urls" and "sha256" for the Kotlin compiler.
"""
kt_configure()
_release_kotlin_repositories(compiler_release)
_release_kotlin_repositories(compiler_release = compiler_release)

0 comments on commit 2bd13d6

Please sign in to comment.