Try splitting messages into api and impl modules

This commit is contained in:
ganfra 2023-03-03 14:38:05 +01:00
parent bc14afe05d
commit 43b304e523
115 changed files with 130 additions and 50 deletions

View file

@ -63,3 +63,5 @@ include(":libraries:matrixtest")
include(":features:template")
include(":libraries:androidutils")
include(":samples:minimal")
include(":features:messages:api")
include(":features:messages:impl")