1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

Move all code to a code directory.

This commit is contained in:
Viktor Lofgren
2023-03-07 17:14:32 +01:00
parent c47eb25483
commit ad1be7c835
836 changed files with 236 additions and 236 deletions

View File

@@ -18,9 +18,9 @@ application {
dependencies {
implementation project(':third-party')
implementation project(':common:model')
implementation project(':features:screenshots')
implementation project(':common:service')
implementation project(':code:common:model')
implementation project(':code:features:screenshots')
implementation project(':code:common:service')
implementation libs.lombok
annotationProcessor libs.lombok