mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
all: reformat
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
1a6174b1c8
commit
aff52e7d5f
5 changed files with 14 additions and 12 deletions
|
@ -39,12 +39,12 @@ internal fun Project.configureForAllProjects() {
|
|||
google()
|
||||
mavenCentral()
|
||||
jcenter() {
|
||||
content {
|
||||
// Indirect dependencies
|
||||
// https://youtrack.jetbrains.com/issue/IDEA-261387
|
||||
includeModule("org.jetbrains.trove4j", "trove4j")
|
||||
includeGroup("org.jetbrains.kotlinx")
|
||||
}
|
||||
content {
|
||||
// Indirect dependencies
|
||||
// https://youtrack.jetbrains.com/issue/IDEA-261387
|
||||
includeModule("org.jetbrains.trove4j", "trove4j")
|
||||
includeGroup("org.jetbrains.kotlinx")
|
||||
}
|
||||
}
|
||||
}
|
||||
tasks.withType<KotlinCompile> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue