Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 527312953
  • Loading branch information
bcorso authored and Dagger Team committed Apr 26, 2023
1 parent 4437c5c commit 84dfad0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions java/dagger/internal/codegen/KspComponentProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import androidx.room.compiler.processing.XProcessingStep;
import androidx.room.compiler.processing.XRoundEnv;
import androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor;
import com.google.auto.service.AutoService;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.ImmutableSet;
import com.google.devtools.ksp.processing.SymbolProcessor;
Expand Down Expand Up @@ -64,7 +63,6 @@ public void postRound(XProcessingEnv env, XRoundEnv roundEnv) {
}

/** Provides the {@link KspComponentProcessor}. */
@AutoService(SymbolProcessorProvider.class)
public static final class Provider implements SymbolProcessorProvider {
/**
* Creates a component processor that uses given {@link BindingGraphPlugin}s instead of loading
Expand Down
1 change: 0 additions & 1 deletion util/run-local-gradle-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -ex

readonly GRADLE_PROJECTS=(
"javatests/artifacts/dagger"
"javatests/artifacts/dagger-ksp"
"javatests/artifacts/hilt-android/pluginMarker"
)
for project in "${GRADLE_PROJECTS[@]}"; do
Expand Down

0 comments on commit 84dfad0

Please sign in to comment.