Yarikx/reductor

Example: AppStateReducer doesn't exist

ivnsch opened this issue · 1 comments

The example doesn't compile. In ReductorApp, there's AppStateReducer (com.yheriatovych.reductor.example.model.AppStateReducer). The file doesn't exist.

Did you try to run a build?
The IDE may show that it doesn't exist the first time you import the project.
That's because that class is generated during annotation processing phase. But It should compile fine and IDE error will disappear.