
implementation("io.github.jamal-wia:kmptoolkit-systembars:1.0.1")Status-bar and navigation-bar control for Compose Multiplatform: a SystemBarsController you create and own, a base configuration one writer owns, and per-axis overrides a screen pushes and releases through a SystemBarsEffect. Pick this module if two screens in your app have ever fought over the bars — one sets light icons, the next sets dark, and navigating back leaves the wrong one on screen. Overrides are layered and scoped to composition, so leaving a screen restores exactly the state underneath it, and a screen that owns only the status bar never clobbers one that owns the navigation bar. It styles the bars; it is not a theming system and not an insets library.