由于 moxy,该项目未编译
The project is not compiled due to moxy
我的项目没有编译:
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'
找到答案https://github.com/moxy-community/Moxy/issues/50。包名应该全部小写。我的包裹ru.Example.drafts
我的项目没有编译:
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'
找到答案https://github.com/moxy-community/Moxy/issues/50。包名应该全部小写。我的包裹ru.Example.drafts