Skip to content

Commit fe811e1

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

File tree

3 files changed

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

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +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.
3031
deps = [
3132
"//java/dagger/hilt/android/testing/compile",
3233
"//third_party/java/guava/collect",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +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.
3738
deps = [
3839
"//java/dagger/hilt/android/testing/compile",
3940
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +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.
4344
deps = [
4445
"//java/dagger/hilt/android/testing/compile",
4546
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",

0 commit comments

Comments
 (0)