-
Notifications
You must be signed in to change notification settings - Fork 233
Update to later versions of Kotlin and Gradle #155
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
Conversation
This is causing some issues in builds that use this package as a transitive dependency. I'm not sure how it's coming up since it's just the example folder, but this bump in versions should fix the issue. More info here GetStream/stream-chat-flutter#1372
Hi, thanks for the PR, but I'm considering this change will not fix the issue GetStream/stream-chat-flutter#1372 Maybe it's more likely caused by this:
|
Sorry been a long week! Not sure how I missed this but this clears up a lot of confusion. Possible to get this updated soon? After chasing down some obscure crashes in production it seems I need to update gradle and this dep is preventing the build. |
Also these are not the latest versions, I tried to use the minimum compatible Kotlin version to make current builds work and guessed at gradle. For what it's worth the latest versions are : Also I think this can be removed after latest versions are updated: |
Alread merged. Maybe you can take a try by add this to you flutter project
|
This worked - THANK YOU! |
A few things to consider:
|
@EchoEllet Thank you for the reminder. |
This is causing some issues in builds that use this package as a transitive dependency. I'm not sure how it's coming up since it's just the example folder, but this bump in versions should fix the issue. More info here GetStream/stream-chat-flutter#1372