Skip to content

Commit

Permalink
Compose classpath issue -- is it the preloader?
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Dec 8, 2023
1 parent d443488 commit 935e33c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ kt_bootstrap_library(
"//kotlin/compiler:kotlin-compiler",
"//kotlin/compiler:symbol-processing-api",
"//kotlin/compiler:symbol-processing-cmdline",
"//kotlin/compiler:kotlin-preloader",
],
visibility = ["//src:__subpackages__"],
deps = [
"//kotlin/compiler:kotlin-preloader",
"//src/main/kotlin/io/bazel/kotlin/builder/utils",
"//src/main/kotlin/io/bazel/kotlin/plugin:skip-code-gen-lib",
"//src/main/kotlin/io/bazel/kotlin/plugin/jdeps:jdeps-gen-lib",
Expand Down

0 comments on commit 935e33c

Please sign in to comment.