Creating a notification channel: required Context but found String
I’m trying to create a notification channel with some help from this tutorial (on creating notifications) and this tutorial (on creating alarms). I have this code:
Notifications in Kotlin are never shown
Notifications in Kotlin are never shown, in the app settings I see that they are active but they are never notified by the app, I tested the same functionality in Java and in that case they work (modified to adapt them to the Kotlin language)