Проект не скомпилирован из-за moxy - PullRequest
0 голосов
/ 31 октября 2019

Мой проект не компилируется:

e: error: Moxy compilation failed; see the compiler error output for details (java.lang.IllegalArgumentException: couldn't make a guess for ru.Example.drafts.reducer.ReduceView$$State)

мои зависимости:

implementation 'com.github.moxy-community:moxy:1.0.13'
kapt 'com.github.moxy-community:moxy-compiler:1.0.13'
implementation 'com.github.moxy-community:moxy-androidx:1.0.13'
implementation 'com.github.moxy-community:moxy-material:1.0.13'

1 Ответ

0 голосов
/ 31 октября 2019

Найти ответ https://github.com/moxy-community/Moxy/issues/50. Все имена пакетов должны быть в нижнем регистре. Моя посылка ru.Example.drafts

...