Skip to content

0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 20:45
· 40 commits to main since this release

Changed

  • BREAKING CHANGE: Enforce scope parameter on all @Contributes* annotations and stop using the kotlin-inject scope implicitly, see #36.
  • Made the generated property when using @ContributingAnnotation private. There is no reason to expose the property on the compile classpath.
  • Support excluding contributions from custom annotations as long as they have the @Origin annotation added to generated code.

Fixed

  • Allow adding annotations from :runtime-optional to abstract properties.