thunderbird-android/build-plugin/settings.gradle.kts

22 lines
376 B
Text
Raw Normal View History

2023-02-13 15:02:16 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
versionCatalogs.create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
rootProject.name = "build-plugin"