
implementation("dev.keyboardr.mapsl:scoped:0.3.1")Scoped is a Kotlin library that provides a simple and efficient way to manage object lifecycles within specific scopes, such as activities or fragments. It allows developers to define and control the lifespan of objects, ensuring proper resource management and avoiding memory leaks. By associating objects with a particular scope, Scoped automatically handles their creation and destruction as the scope enters and exits, simplifying dependency management and improving code maintainability.
| Version | Release | Platforms and targets |
|---|---|---|
| 0.3.1 | Release: 16 Jan 2026 | JVMKotlin/Native iOS |
| 0.3.0 | Release: 24 Jun 2025 | JVMKotlin/Native iOS |
| Version | Release | Platforms and targets |
|---|---|---|
| 0.3.1 | Release: 16 Jan 2026 | JVMKotlin/Native iOS |
| 0.3.0 | Release: 24 Jun 2025 | JVMKotlin/Native iOS |