This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
wrench/settings.gradle.kts
2022-11-13 14:55:44 +01:00

10 lines
198 B
Text

pluginManagement {
repositories {
google()
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
rootProject.name = "Wrench"