Skip to content

v2.0.8

Compare
Choose a tag to compare
@vRallev vRallev released this 12 Nov 20:26
· 1329 commits to main since this release
  • Support Kotlin's explicit API mode in generated code, see #144.
  • Handle packages starting with an uppercase letter properly, see #150.
  • Use the correct import if an uppercase function is imported with the same name as the type, see #154.
  • Support properties as providers in Dagger modules, see #149.