-
Notifications
You must be signed in to change notification settings - Fork 180
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
Optimize Bintray and JCenter for the dependencies #338
Conversation
@ykws Is it building successfully on the local machine? reference article - https://jeroenmols.com/blog/2021/02/04/migratingjcenter/ |
@anandwana001 Yes, However, it may have been successful with the gradle cache. |
> This snippet enables jcenter only for the dependencies described within the block. Kotlin/kotlinx.html#173 (comment) fixes DroidKaigi#328
I'm sorry. I have abandoned the perfect fixes for this issue. |
👀 |
@@ -8,8 +8,15 @@ buildscript { | |||
repositories { | |||
google() | |||
mavenCentral() | |||
jcenter() | |||
maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" } | |||
// This snippet enables jcenter only for the dependencies described within the block. |
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.
thank you for the helpful comment
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.
💯
Issue
jcenter()
#328Overview (Required)
Links
Screenshot
Screen not changed.