Change/move some gradle modules to be better separated. Let core module be a kotlin lib.

This commit is contained in:
ganfra
2023-01-24 17:38:57 +01:00
parent 0d5f348354
commit 27bf42c5f2
59 changed files with 314 additions and 202 deletions

View File

@@ -60,3 +60,4 @@ include(":anvilcodegen")
include(":libraries:architecture")
include(":libraries:matrixtest")
include(":features:template")
include(":libraries:androidutils")