-
-
Notifications
You must be signed in to change notification settings - Fork 38
Android - Error Kotlin #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Well; suddenly facing the exact same issue, which is weird since it had been working fine for the past 2 years. I'm starting to think I actually had found the fix years ago (you also commented on my old post) might be something along those lines; let me know if that helps:
|
@pierroo Thank you for your reply. I found solution. I have updated ../node_modules/@timwangdev/react-native-geocoder/android/build.gradle
to
and worked for me. |
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
distributionUrl=https://services.gradle.org/distributions/gradle-8.0.1-all.zip
Kotlin: 1.8.0
React native: 0.72.7
@timwangdev/react-native-geocoder: 1.0.0-alpha.7
Anyone have the solution to this?
The text was updated successfully, but these errors were encountered: