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:
parent
c0cb056328
commit
89657e0a35
24 changed files with 2182 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
|
|||
|
||||
fun DependencyHandlerScope.allServicesImpl() {
|
||||
implementation(project(":services:appnavstate:impl"))
|
||||
implementation(project(":services:analytics:noop"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allFeaturesApi() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue