
implementation("io.github.jamal-wia:kmptoolkit-logging-overlay:1.0.1")A debug-build-only, on-screen log viewer for Compose Multiplatform: a LogOverlayState you create and own, a bounded record buffer it fills through kmptoolkit-logging's LogSink SPI, and a LogOverlayHost composable that draws the records over your UI. Pick this module if you want to read a device's logs without a cable — on a tester's phone, in a kiosk, on an iPad across the room. It is a development tool: it retains records in memory and paints them on screen, so it must never ship in a release build.