Add: core submodule and implement new gradle configuration structure

This commit is contained in:
Carlos Martinez
2021-06-15 21:20:34 -04:00
parent 59fa86e5fe
commit 34007026e0
28 changed files with 367 additions and 26 deletions

View File

@@ -1,2 +1,2 @@
rootProject.name = "Acronyms"
include ':app'
include ':app', ':core'