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

removing all hidden KSP logic #1080

Merged
merged 2 commits into from
Dec 11, 2024
Merged

removing all hidden KSP logic #1080

merged 2 commits into from
Dec 11, 2024

Conversation

RBusarow
Copy link
Collaborator

@RBusarow RBusarow commented Dec 6, 2024

No description provided.

@RBusarow RBusarow marked this pull request as ready for review December 6, 2024 18:44
dependencyGuard.configuration("runtimeClasspath")

target.plugins.withJavaTestFixturesPlugin {
dependencyGuard.configuration("testFixturesRuntimeClasspath")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This corresponds to a published artifact, so we should be tracking its classpath like the others.

com.google.dagger:dagger-compiler:2.52
com.google.dagger:dagger-spi:2.52
com.google.dagger:dagger:2.52
com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By removing KSP from our own dependencies, we removed:

com.google.devtools.ksp:symbol-processing-aa-embeddable:2.0.0-1.0.22
com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.22
com.google.devtools.ksp:symbol-processing-common-deps:2.0.0-1.0.22
com.google.devtools.ksp:symbol-processing:2.0.0-1.0.22
com.squareup:kotlinpoet-ksp:1.18.1
dev.zacsweers.kctfork:ksp:0.5.1

This com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20 dependency comes from the dagger-compiler dependency.

@RBusarow RBusarow requested a review from JoelWilcox December 6, 2024 20:47
@RBusarow RBusarow enabled auto-merge (rebase) December 9, 2024 19:52
@RBusarow RBusarow merged commit 3dbea3f into main Dec 11, 2024
15 checks passed
@RBusarow RBusarow deleted the rick/remove-ksp branch December 11, 2024 19:31
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

Successfully merging this pull request may close these issues.

2 participants