
implementation("io.github.jamal-wia:kmptoolkit-notification:1.0.1")Local notifications from shared Kotlin: NotificationManagerCompat on Android, UNUserNotificationCenter on iOS, behind one Notifier interface whose post() returns a typed NotificationResult instead of failing silently when the permission is missing, notifications are switched off, or the user blocked the channel. Pick this module if shared code decides what to show and when — and not if you need push/FCM delivery or wall-clock scheduling, neither of which it does. It declares no permission of its own and derives its broadcast action from your application id.