build: remove JCenter repository

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-07 02:11:15 +05:30
parent b3c1985d45
commit 50598cc3e7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -36,7 +36,6 @@ internal fun Project.configureForAllProjects() {
repositories {
google()
mavenCentral()
jcenter { content { includeGroup("org.jetbrains.compose.*") } }
maven("https://dl.bintray.com/kotlin/kotlinx") {
name = "KotlinX Bintray"
content {