mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
build: remove JCenter repository
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b3c1985d45
commit
50598cc3e7
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ internal fun Project.configureForAllProjects() {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter { content { includeGroup("org.jetbrains.compose.*") } }
|
|
||||||
maven("https://dl.bintray.com/kotlin/kotlinx") {
|
maven("https://dl.bintray.com/kotlin/kotlinx") {
|
||||||
name = "KotlinX Bintray"
|
name = "KotlinX Bintray"
|
||||||
content {
|
content {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue