mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
build: remove JCenter repository
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
883c27885f
commit
8638868fb7
1 changed files with 0 additions and 8 deletions
|
@ -39,14 +39,6 @@ internal fun Project.configureForAllProjects() {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter {
|
|
||||||
content {
|
|
||||||
// Indirect dependencies
|
|
||||||
// https://youtrack.jetbrains.com/issue/IDEA-261387
|
|
||||||
includeModule("org.jetbrains.trove4j", "trove4j")
|
|
||||||
includeGroup("org.jetbrains.kotlinx")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
tasks.withType<KotlinCompile> {
|
tasks.withType<KotlinCompile> {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue