Consists of a shared layer, Android layer, and iOS layer.
The shared layer includes some entities related to score keeping of games as well as the repository layer and database access setup. The shared module uses sql-delight for persistence.
- Android implementation has full functionality, leveraging libraries like lottie, androidx.navigation, dagger, and LiveData
- iOS implementation is currently a work in progress