1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-16 12:18:41 +01:00

add compose-jb to settings.gradle.kts

This commit is contained in:
soloturn 2021-05-02 11:17:53 +02:00
parent e066c01f08
commit 9328f7a346

View File

@ -1 +1,9 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
// TODO: remove after new build of compose-jb is published
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
rootProject.name = "ripme"