Adding App Dependencies and we are ready to go

This commit is contained in:
2021-08-16 12:53:31 +02:00
parent d594cb90bc
commit 47a711a371
11 changed files with 392 additions and 85 deletions
+6
View File
@@ -0,0 +1,6 @@
plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}