Skip to content

3.1.1: Minor fix with providePresenter

Compare
Choose a tag to compare
@anton-knyazev anton-knyazev released this 19 Jun 12:01
· 3 commits to master since this release
07642ed

Fixed

Ambiguous Imports Issue: Resolved the problem of ambiguous imports for providePresenter functions across multiple presenters within the same package. This was achieved by implementing unique presenter names, such as provideExamplePresenter, to enhance code clarity and prevent import conflicts.

Note

The changes introduced in this release focus specifically on resolving the aforementioned issue, building upon the foundational work laid out in the previous versions, particularly around KSP support and incremental build optimizations.