You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example doesn't compile. In ReductorApp, there's AppStateReducer (com.yheriatovych.reductor.example.model.AppStateReducer). The file doesn't exist.
The text was updated successfully, but these errors were encountered:
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.
The example doesn't compile. In ReductorApp, there's AppStateReducer (
com.yheriatovych.reductor.example.model.AppStateReducer
). The file doesn't exist.The text was updated successfully, but these errors were encountered: