You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove the @Component annotation from AppComponent 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
The text was updated successfully, but these errors were encountered:
https://github.com/joshafeinberg/kiaerror
From this slack thread: https://kotlinlang.slack.com/archives/C0255B8KX7W/p1731383702672619
Issues:
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@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 supportedThe text was updated successfully, but these errors were encountered: