v1.2.0-rc3
Pre-release
Pre-release
What's Changed
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