Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 01:09
· 1 commit to main since this release

Added

  • 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.