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

11 lines
198 B
Text
Raw Normal View History

2022-11-13 14:55:44 +01:00
pluginManagement {
repositories {
google()
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
rootProject.name = "Wrench"