Commit 8dcce87
Add AggregatedPackagesTransform for "android-classes" artifact type.
This change adds a transform for AggregatedPackagesTransform to run on the "android-classes" artifact type. This is necessary when Jetifier is enabled, as AGP transforms AARs into "android-classes" artifacts, which Hilt needs to aggregate.
FIXES #5099
RELNOTES=Fixed compilation error with jetifier enabled and AGP 9
PiperOrigin-RevId: 8633705711 parent ed252cd commit 8dcce87
File tree
1 file changed
+2
-3
lines changed- java/dagger/hilt/android/plugin/main/src/main/kotlin/dagger/hilt/android/plugin
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
0 commit comments