File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
eggs/RocketLauncher/src/main/java/com/android/launcher2 Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ dependencies {
149149 implementation(project(" :feature:widget" ))
150150 implementation(project(" :feature:crash" ))
151151 implementation(project(" :feature:embedding-splits" ))
152- implementation(project(" :eggs:RocketLauncher" ))
153152
153+ implementation(project(" :eggs:RocketLauncher" ))
154154 implementation(project(" :eggs:AndroidNext" ))
155155 implementation(project(" :eggs:VanillaIceCream" ))
156156 implementation(project(" :eggs:UpsideDownCake" ))
Original file line number Diff line number Diff line change 4949import dagger .hilt .InstallIn ;
5050import dagger .hilt .android .EntryPointAccessors ;
5151import dagger .hilt .components .SingletonComponent ;
52- import dagger .hilt .internal .GeneratedComponent ;
5352
5453public class RocketLauncher extends BasicDream {
5554 public static final boolean ROCKET_LAUNCHER = true ;
@@ -251,7 +250,7 @@ public void randomize() {
251250
252251 @ EntryPoint
253252 @ InstallIn (SingletonComponent .class )
254- interface RocketLauncherEntryPoint extends GeneratedComponent {
253+ interface RocketLauncherEntryPoint {
255254 List <EasterEgg > getEasterEggs ();
256255 }
257256
You can’t perform that action at this time.
0 commit comments