Skip to content

Releases: Omega-R/OmegaMoxy

3.1.2: Kotlin 2.0, presenterType in providePresenter

07 Aug 15:58
0ef8863
Compare
Choose a tag to compare
Merge pull request #35 from Omega-R/develop

Master

3.1.1: Minor fix with providePresenter

19 Jun 12:01
07642ed
Compare
Choose a tag to compare

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.

3.1.0: KSP supported

22 Nov 12:22
Compare
Choose a tag to compare

Added

  • Added support for KSP (Kotlin Symbol Processing).
  • Implemented isolated incremental build support.

Removed

  • Removed MoxyReflector generation.
  • Completely eliminated kapt usage.

3.0.0: Merge remote-tracking branch 'origin/develop'

03 Nov 05:10
Compare
Choose a tag to compare

Fix getter method

23 Nov 08:54
30793bd
Compare
Choose a tag to compare
Merge pull request #29 from Omega-R/develop

Fix getter method

Add support getter method

22 Mar 13:55
945771a
Compare
Choose a tag to compare
Merge pull request #28 from Omega-R/develop

Add getter for view, add toString for command

Add ktx, add logs

17 Mar 12:05
8704be9
Compare
Choose a tag to compare
Merge pull request #27 from Omega-R/develop

Add ktx, add logs

Refactoring file writer

28 Dec 15:47
a0891eb
Compare
Choose a tag to compare
Merge pull request #26 from Omega-R/develop

Develop

Multimodule, add support kotlin delegate, compiler refactroing

10 Dec 08:28
c9d1e7e
Compare
Choose a tag to compare

Multi module issues

09 Nov 07:15
2b4ce75
Compare
Choose a tag to compare
Merge pull request #24 from Omega-R/develop

Fix multi module issues