https://kotlinlang.org logo
#confetti
Title
# confetti
j

John O'Reilly

11/14/2023, 4:47 PM
maybe something from this that we can apply to confetti build https://x.com/Sellmair/status/1724467832442814833?s=20
m

mbonnin

11/14/2023, 4:53 PM
Yep. Although we have mavenCentral() first so the gains should not be as substantial
But the
exclusiveContent {}
could help, especially for the
google()
repo
1
y

yschimke

11/15/2023, 1:41 AM
Seems worth doing
j

John O'Reilly

11/15/2023, 7:39 PM
speaking of which, @mbonnin do we still need following?
Copy code
filter {
                    // Use the snapshots repository for Apollo 4.0.0-dev.*, but not for 3.x, which is a dependency of 4.0.0
                    includeVersionByRegex(
                        "com\\.apollographql\\.apollo3",
                        ".+",
                        "4\\.0\\.0-dev.*"
                    )
                }
m

mbonnin

11/15/2023, 7:43 PM
Kill it with fire