A sample multi-module application using Lich libraries.
This application consists of the following modules.
- base - Defines base classes and resources that are used throughout the application.
- model-api - Defines the API for the Model layer in the MVVM architecture.
- model-impl - The implementation of
model-api
. - ui - The implementation of the ViewModel and View layer in the MVVM Architecture.
- app - The main module that binds all modules together.