public abstract class se.ansman.dagger.auto.AutoBindFooImplSingletonModule {
private se.ansman.dagger.auto.AutoBindFooImplSingletonModule();
public static abstract se.ansman.dagger.auto.Foo bindFooImplAsFoo$main(se.ansman.dagger.auto.FooImpl);
}
ansman
10/04/2024, 2:39 AM
Ah, looks like I need this:
Copy code
dispatchReceiverParameter = thisReceiver
ansman
10/04/2024, 2:41 AM
The
$main
issue still remains
u
udalov
10/04/2024, 8:40 AM
Names of internal functions declared in classes are mangled by default. You can workaround it by adding a