```alarmReciever::class.kotlin``` shouldn't this b...
# android
h
Copy code
alarmReciever::class.kotlin
shouldn't this be
Copy code
alarmReciever::class.java
?