mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
build: replace JCenter with MavenCentral and drop JitPack
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
40c4c425f6
commit
5fef8a4d51
3 changed files with 14 additions and 11 deletions
|
@ -37,8 +37,15 @@ internal fun Project.configureForRootProject() {
|
|||
internal fun Project.configureForAllProjects() {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
mavenCentral()
|
||||
jcenter() {
|
||||
content {
|
||||
// Indirect dependencies
|
||||
// https://youtrack.jetbrains.com/issue/IDEA-261387
|
||||
includeModule("org.jetbrains.trove4j", "trove4j")
|
||||
includeGroup("org.jetbrains.kotlinx")
|
||||
}
|
||||
}
|
||||
}
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue