Implement a migration mechanism to handle internal stuff which need to occur during application upgrade.

Remove VectorFileLogger, it was dead code.
This commit is contained in:
Benoit Marty 2024-04-24 11:15:33 +02:00 committed by Benoit Marty
parent 5fc95f56ab
commit f6b5b8419b
25 changed files with 671 additions and 254 deletions

View file

@ -219,6 +219,7 @@ dependencies {
allServicesImpl()
allFeaturesImpl(rootDir, logger)
implementation(projects.features.call)
implementation(projects.features.migration.api)
implementation(projects.anvilannotations)
implementation(projects.appnav)
implementation(projects.appconfig)