-
Notifications
You must be signed in to change notification settings - Fork 206
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
Update the kotlin version to 1.6.10 to avoid failing builds when use… #71
Update the kotlin version to 1.6.10 to avoid failing builds when use… #71
Conversation
… in a flutter modules
When would this be released? Is there a way I can use this in my flutter application? |
Yes @countryst, You can add add the kotlin version in your host project's build.gradle to temporarily make it build |
This worked https://stackoverflow.com/a/68784015/2603238 |
repositories { | ||
google() | ||
jcenter() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to switch to mavenCentral? This SO post suggests jcenter is more secure and offers better CDN performance.
https://stackoverflow.com/questions/50726435/difference-among-mavencentral-jcenter-and-mavenlocal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is an official note from android.
https://developer.android.com/studio/build/jcenter-migration
Jcenter is being deprecated in favour of maven central
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof, thanks for the heads up. This wound up being the root cause of some issues with some of my transient dependencies.
What do yo think about this PR? |
@rodydavis anyway there can be more contributors added to help get some of these prs merged? |
The fix was merged back in june. This can be closed. |
…d in a flutter modules
This fixes #70