Skip to content

v1.2.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jeffset Jeffset released this 06 Apr 16:00
· 169 commits to main since this release

What's Changed

  • Fix: Introduce reportDuplicateAliasesAsErrors option. by @Jeffset in #49

Concerning the fix for #48

This is a minor release, and the fix might break existing graphs, so it is disabled by default. To enable the fix and to let Yatagan correctly issue errors about duplicate @Binds one should use

  • For kapt/ksp: yatagan.experimental.reportDuplicateAliasesAsErrors = true annotation processor argument.
  • For reflection: Yatagan.reportDuplicateAliasesAsErrors(true).

In the next major release this behavior will be default and the switches will be removed.

Full Changelog: v1.2.0-rc2...v1.2.0-rc3