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
Allow @MergeComponents to be public, internal, or protected, see #77.
Changed
Upgraded the KSP to Kotlin 2.0.21-1.0.28.
Fixed
Add an override modifier if a subcomponent factory parameter matches a property in the subcomponent, see #75.
Add a companion object to generated KotlinInjectComponent classes, see #74.
Copy all annotations from expect fun functions annotated with @CreateComponent to the generated actual fun functions to avoid a Kotlin compiler warning, see #72.
Support component parameters for components annotated with @MergeComponent, see #76.