Incorporate ReKotlin into the Base Module
I've made the decision to move the architecture from MVVM toward redux with ReKotlin. This will be a transitional process but needs to start from the base module for some of the most fundamental elements, such as the Application State. This task should:
- import the necessary library into the
basemodule - create an
AppStatefor state management - any other foundational pieces which are necessary for getting started
Note: This task does not convert any existing architecture into redux.