You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build an kotlin application with rules_kotlin_version 1.9.0. There I receive the error message:
ERROR: D:/bazel_tmp/33apilyc/external/rules_kotlin/kotlin/compiler/BUILD.bazel:23:17: no such target '@com_github_google_ksp//:symbol-processing-cmdline.jar': target 'symbol-processing-cmdline.jar' not declared in package
'' defined by D:/bazel_tmp/33apilyc/external/com_github_google_ksp/BUILD.bazel (Tip: use `query "@com_github_google_ksp//:*"` to see all the targets in that package) and referenced by '@rules_kotlin//kotlin/compiler:symbol-processing-cmdline'
Executing the recommended query shows only the following targets. All the jar files are missing
I am trying to build an kotlin application with rules_kotlin_version 1.9.0. There I receive the error message:
Executing the recommended query shows only the following targets. All the jar files are missing
In the bazel_tmp directory D:\bazel_tmp\33apilyc\external\com_github_google_ksp are no .jar files.
I only receive this error in windows, in linux the symbol-processing-*.jar files are availible in the bazel_tmp dir and the build works as expected.
The text was updated successfully, but these errors were encountered: