Skip to content
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

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'get_version' is using version 1.1.51. #6

Open
didyqian opened this issue Jan 3, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@didyqian
Copy link

didyqian commented Jan 3, 2019

When I run the project, build failed with an exception:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'get_version' is using version 1.1.51.

@cylak
Copy link

cylak commented Jan 3, 2019

In this file android/build.gradle

Edit: ext.kotlin_version = '1.1.51' to ext.kotlin_version = '1.2.51'

You can find this file android/build.gradle in the Flutter SDK dir, in windows:

C:\flutter\ .pub-cache\hosted\pub.dartlang.org\get_version-0.0.6

@rodydavis
Copy link
Member

@cylak can you submit a PR?

@rodydavis rodydavis added the enhancement New feature or request label Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants