Chirag Pandey
Chirag Pandey
subprojects { tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) { kotlinOptions.jvmTarget = "1.8" } } Try this I used this and it solved the bug for mine
Read the previous question which was placed in 2023, Has there been any updates for the implementation of tokens in the package
https://developer.android.com/reference/android/location/Geocoder Will this one work ?
Umm, what I implemented in one of my project is I fetched the gps location using this library and made a http call to the geocoding api as I was...