chore: add compose dev gradle repo

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-11-29 17:35:40 +01:00
parent e2a5a0c48d
commit d573988cce
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ dependencyResolutionManagement {
name = "snapshot"
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
maven {
name = "compose-dev"
url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
}
rootProject.name = "Revolt"