I think I saw some other people saying this so if ...
# android
c
I think I saw some other people saying this so if so sorry, but seems that the code completion in Kotlin in Android Studio is not there. For example, this line:
Copy code
val result = LocationServices.SettingsApi.checkLocationSettings(this.client, builder.build());
result.setResultCallback(ResultCallback<LocationSettingsResult>()) {
it cannot figure out. Nor can it create it through completion.