2023-02-04 19:58:53 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
2023-10-03 12:56:30 +02:00
|
|
|
|
|
|
|
includeBuild 'plugins/markdown2resource'
|
2023-02-04 19:58:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
|
|
|
|
|
2017-01-03 02:37:38 +01:00
|
|
|
include ':app'
|
2023-09-01 20:00:49 +02:00
|
|
|
include ':tools:mklanguages'
|