:mega: We are currently experiencing issues with ...
# ktor
c
📣 We are currently experiencing issues with bintray and jcenter: some artifact files may be missing. Bintray team is aware of the problem and working on it. If you are facing download/resolution issues, please switch to the maven central and/or place it first (before jcenter/bintray).
Copy code
repositories {
    mavenCentral()
    jcenter()
}
👍 1
m
that's good idea in general due to jcenter's security issues https://blog.autsoft.hu/a-confusing-dependency/
s
r
Is this just adding
mavenCentral()
above
jcenter()
in
repositories { .. }
?
s
@Ran Magen Yes.
🙏 1