Archived
1
0
This repository has been archived on 2025-10-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

17 lines
324 B
Groovy
Raw Permalink Normal View History

2022-11-18 00:15:16 +03:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LinCalc"
include ':app'