flutter, kotlin gradle problem while using location package

Viewed 14

I got the next problem after I insert the package of location, I am trying to use location in my app but the problem said my Kotlin gradle is higher I've tried to change it manually from the Gradle file in the app level but the problem has not solved it appears in the 'android' instead any help pleasethe image shows the problem that happend after adding location package

1 Answers

Update Location plugin gradle version 1.4.20 to 1.5.20

Related