Skip to content

Commit 2b84e57

Browse files
java-team-github-botDagger Team
authored andcommitted
Kotlin compiler update to 2.0.21, prework.
PiperOrigin-RevId: 700033856
1 parent fe811e1 commit 2b84e57

File tree

3 files changed

+3
-3
lines changed
  • javatests/dagger/hilt
    • android/processor/internal/customtestapplication
    • processor/internal

3 files changed

+3
-3
lines changed

javatests/dagger/hilt/android/processor/internal/customtestapplication/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ compiler_test(
2727
"//java/dagger/hilt/android:hilt_android_app",
2828
"@androidsdk//:platforms/android-32/android.jar",
2929
],
30-
tags = ["manual"], # TODO(b/380279766): Re-enable once the bug is fixed.
30+
tags = ["notap"], # TODO(b/380279766): Re-enable once the bug is fixed.
3131
deps = [
3232
"//java/dagger/hilt/android/testing/compile",
3333
"//third_party/java/guava/collect",

javatests/dagger/hilt/processor/internal/aggregateddeps/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ compiler_test(
3434
"//java/dagger/hilt/android/components",
3535
"@androidsdk//:platforms/android-32/android.jar",
3636
],
37-
tags = ["manual"], # TODO(b/380279766): Re-enable once the bug is fixed.
37+
tags = ["notap"], # TODO(b/380279766): Re-enable once the bug is fixed.
3838
deps = [
3939
"//java/dagger/hilt/android/testing/compile",
4040
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",

javatests/dagger/hilt/processor/internal/root/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ compiler_test(
4040
"@maven//:androidx_test_ext_junit",
4141
"@maven//:androidx_test_core",
4242
],
43-
tags = ["manual"], # TODO(b/380279766): Re-enable once the bug is fixed.
43+
tags = ["notap"], # TODO(b/380279766): Re-enable once the bug is fixed.
4444
deps = [
4545
"//java/dagger/hilt/android/testing/compile",
4646
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",

0 commit comments

Comments
 (0)