Skip to content

Instantly share code, notes, and snippets.

View matzuk's full-sized avatar
🏠
Working from home

Evgenii Matsiuk matzuk

🏠
Working from home
View GitHub Profile

Multiple modules

In order to add support for multiple modules:

  1. Add moxy-compiler dependency to each module that uses Moxy.
  2. In each library/subproject that uses a Moxy, you must add an annotation processor argument moxyReflectorPackage.
    For built-in annotationProcessor from gradle android plugin 2.2+:
    android {
        ...
        defaultConfig {