mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
* Refactor - [:core:model] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-60](https://mifosforge.jira.com/browse/MM-60) * Refactor - [:core:network] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-61](https://mifosforge.jira.com/browse/MM-61) * Refactor - Applied & Fixed Ktlint & Detekt Rules in Core Module Jira tasks - [MM-62](https://mifosforge.jira.com/browse/MM-62)
608 B
608 B
A local fork of the material-navigation functionality from androidx.material
This library provides a navigation solution for Compose projects using Material3 BottomSheets. It allows you to define your BottomSheet as navigation routes, eliminating the need for the androidx.compose.material.navigation and androidx.compose.material:material ! libraries. This simplifies your app's dependencies and ensures a consistent Material3 experience. This library also leverages the new functionality from androidx.navigation:navigation-compose:2.8.0-beta0X to allow you to define routes with serialized classes.