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: 699776745
  • Loading branch information
java-team-github-bot authored and Dagger Team committed Nov 25, 2024
1 parent fe811e1 commit 39cea22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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.
tags = ["notap"], # 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,7 +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.
tags = ["notap"], # 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
2 changes: 1 addition & 1 deletion javatests/dagger/hilt/processor/internal/root/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +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.
tags = ["notap"], # 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 39cea22

Please sign in to comment.