Skip to content

Commit

Permalink
Kotlin compiler update to 2.0.21, prework.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 699307390
  • Loading branch information
java-team-github-bot authored and Dagger Team committed Nov 22, 2024
1 parent 6b183f8 commit fe811e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ compiler_test(
"//java/dagger/hilt/android:hilt_android_app",
"@androidsdk//:platforms/android-32/android.jar",
],
tags = ["manual"], # TODO(b/380279766): Re-enable once the bug is fixed.
deps = [
"//java/dagger/hilt/android/testing/compile",
"//third_party/java/guava/collect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ compiler_test(
"//java/dagger/hilt/android/components",
"@androidsdk//:platforms/android-32/android.jar",
],
tags = ["manual"], # TODO(b/380279766): Re-enable once the bug is fixed.
deps = [
"//java/dagger/hilt/android/testing/compile",
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",
Expand Down
1 change: 1 addition & 0 deletions javatests/dagger/hilt/processor/internal/root/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ compiler_test(
"@maven//:androidx_test_ext_junit",
"@maven//:androidx_test_core",
],
tags = ["manual"], # TODO(b/380279766): Re-enable once the bug is fixed.
deps = [
"//java/dagger/hilt/android/testing/compile",
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",
Expand Down

0 comments on commit fe811e1

Please sign in to comment.