Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@com_github_google_ksp .jar files not resolved in windows #1194

Closed
esm-p opened this issue Jul 15, 2024 · 1 comment
Closed

@com_github_google_ksp .jar files not resolved in windows #1194

esm-p opened this issue Jul 15, 2024 · 1 comment
Labels
status: closed - duplicate This issue or pull request already exists

Comments

@esm-p
Copy link

esm-p commented Jul 15, 2024

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

@com_github_google_ksp//:BUILD.bazel
@com_github_google_ksp//:WORKSPACE  
@com_github_google_ksp//:ksp        
Loading: 0 packages loaded

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.

@restingbull
Copy link
Collaborator

Duplicate of #1193

@restingbull restingbull marked this as a duplicate of #1193 Jul 15, 2024
@restingbull restingbull added the status: closed - duplicate This issue or pull request already exists label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: closed - duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants