Yarikx / reductor

Redux for Android. Predictable state container library for Java/Android
Apache License 2.0
463 stars 27 forks source link

Example: AppStateReducer doesn't exist #31

Open ivnsch opened 7 years ago

ivnsch commented 7 years ago

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

Yarikx commented 7 years ago

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.