Skip to content

Commit

Permalink
Fix order of repository loads (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
comius authored Apr 28, 2023
1 parent f478231 commit 1d2a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/core/repositories/initialize.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def kotlin_repositories(
compiler_release: (internal) version provider from versions.bzl.
ksp_compiler_release: (internal) version provider from versions.bzl.
"""
kt_configure()
_release_kotlin_repositories(compiler_release = compiler_release, ksp_compiler_release = ksp_compiler_release, configured_repository_name = None)
kt_configure()

0 comments on commit 1d2a56d

Please sign in to comment.