Im started to do some samples with Kotlin on Andro...
# android
m
Im started to do some samples with Kotlin on Android. I have the problem that I cannot check for permissions because
Copy code
Manifest.permission_group.LOCATION
did not work because
LOCATION
is an unresolved reference. Where is Kotlin hiding the permissions?