init
This commit is contained in:
commit
3f9345b064
19 changed files with 710 additions and 0 deletions
7
settings.gradle.kts
Normal file
7
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
rootProject.name = "todo"
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue