Add :services:analytics modules. For now import the current plan.

This will allow to import existing class from EA and not break compatibility with existing analytics call.
This commit is contained in:
Benoit Marty 2023-03-16 15:06:04 +01:00 committed by Benoit Marty
parent c0cb056328
commit 89657e0a35
24 changed files with 2182 additions and 0 deletions

View file

@ -66,6 +66,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
fun DependencyHandlerScope.allServicesImpl() {
implementation(project(":services:appnavstate:impl"))
implementation(project(":services:analytics:noop"))
}
fun DependencyHandlerScope.allFeaturesApi() {