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
Add an option in the Anvil DSL syncGeneratedSources to sync generated sources in the IDE, see #412.
Fall back to PSI parsing for BindingModuleGenerator, see #310. (this allows you generated @ContributesBinding annotations in custom code generators)
Support generic supers for assisted factories when the assisted factory interface is generated, see #407.
Support generic type resolution in assisted factories, see #395. (regression in previous release)
Align TypeNames for assisted lambda arguments between descriptors and PSI, see #400. (regression in previous release)
Enable experimental Anvil APIs by default in the compiler testing utilities, see #398.
Make it easy the feed a compilation result to another Anvil compilation in the testing utilities, see #404.
Use Anvil version 2.3.8-1-6-0-RC2 if you want to test Kotlin 1.6.0-RC2. Until Anvil hasn't adopted Kotlin 1.6 I'll publish additional versions that are required due to compiler API incompatibilities.