Marco Pierucci
interface LocationRepository { @get:RequiresPermission(value = Manifest.permission.ACCESS_FINE_LOCATION) val locations: Flow<Location> }
A modern programming language that makes developers happier.