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

Analysis API artifacts have the wrong common-deps dependency #1712

Closed
ZacSweers opened this issue Feb 3, 2024 · 2 comments
Closed

Analysis API artifacts have the wrong common-deps dependency #1712

ZacSweers opened this issue Feb 3, 2024 · 2 comments
Assignees

Comments

@ZacSweers
Copy link
Contributor

They both point at com.google.devtools.ksp:common-deps when they should point at com.google.devtools.ksp:symbol-processor-common-deps I think?

:ksp:main: Could not find com.google.devtools.ksp:common-deps:2.0.0-Beta3-1.0.17.
Searched in the following locations:
  - https://repo.maven.apache.org/maven2/com/google/devtools/ksp/common-deps/2.0.0-Beta3-1.0.17/common-deps-2.0.0-Beta3-1.0.17.pom
  - https://dl.google.com/dl/android/maven2/com/google/devtools/ksp/common-deps/2.0.0-Beta3-1.0.17/common-deps-2.0.0-Beta3-1.0.17.pom
Required by:
    project :ksp > com.google.devtools.ksp:symbol-processing-aa-embeddable:2.0.0-Beta3-1.0.17
@ZacSweers
Copy link
Contributor Author

Here is a repro + workaround if it helps ZacSweers/kotlin-compile-testing#196

@ting-yuan
Copy link
Collaborator

Fixed in #1715

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants