Initial commit

This commit is contained in:
Andres Gomez, Thomas (ITDV CC) - AF (ext) 2023-07-12 19:43:11 +02:00
commit 70045251b2
37 changed files with 944 additions and 0 deletions

17
settings.gradle.kts Normal file
View file

@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Lexique"
include(":app")