This commit is contained in:
pavel 2026-02-05 01:12:17 +01:00
commit 3f9345b064
19 changed files with 710 additions and 0 deletions

7
settings.gradle.kts Normal file
View file

@ -0,0 +1,7 @@
rootProject.name = "todo"
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}