
implementation("io.github.jamal-wia:kmptoolkit-scheduler:1.0.1")Exact-time, one-shot local alarms from shared Kotlin: AlarmManager on Android, UNUserNotificationCenter on iOS, behind one AlarmScheduler interface that reports what the OS actually granted. Pick this module if your shared code must fire something at a wall-clock instant with no network and no server push — and not if you need repeating schedules, background job execution, or retries, which it deliberately does not do.