android / codelab-while-in-use-location

Codelab:
https://github.com/googlecodelabs/while-in-use-location
Apache License 2.0
81 stars 51 forks source link

Need to specify kotlin version manually #27

Open mathio opened 2 years ago

mathio commented 2 years ago

When I checked out the project gradle build failed at first. I had to specify kotlin version in build.gradle manually. In my case:

ext.kotlin_version = '1.5.31'

Then I run File -> Syn Project With Gradle Files. and it worked

Is this something that can be automatized? If not, maybe you should instruct users in the tutorial to do this manually.