
implementation("io.github.jamal-wia:kmptoolkit-notification-testing:1.1.0")Test fixtures for kmptoolkit-notification: RecordingNotifier, a Notifier double that records every LocalNotification your code would have posted, tracks which ids are still showing, and lets a test dictate the NotificationResult handed back. Pick this module as a testImplementation dependency alongside kmptoolkit-notification when you want to assert what a download or a reminder shows the user, and how your code behaves when the permission is denied or the channel is blocked.