1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 12:48:24 +01:00
ripme/settings.gradle.kts

10 lines
262 B
Plaintext
Raw Normal View History

2021-05-02 11:17:53 +02:00
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
// TODO: remove after new build of compose-jb is published
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
2020-07-26 08:40:46 +02:00
rootProject.name = "ripme"