Closed
Description
https://github.com/joshafeinberg/kiaerror
From this slack thread: https://kotlinlang.slack.com/archives/C0255B8KX7W/p1731383702672619
Issues:
- In
0.0.5
I used a "trick" to inherit fromAppComponentMerged
in my common classes. However after Provide option to hide the merged interface #61 this doesn't work anymore - If I remove the
@Component
annotation fromAppComponent
then I can no longer have this be internal. I explained a bit in the code why I want this internal but understand if this is something that can't be supported - Even once removing internal, dependencies from my subcomponent no longer work in the main component