refactor: modularize app into multi-module architecture

This commit is contained in:
2026-02-21 00:15:51 +01:00
parent a14a694e19
commit 0de4ddcbc3
123 changed files with 668 additions and 404 deletions

View File

@@ -21,4 +21,8 @@ dependencyResolutionManagement {
rootProject.name = "Purefin"
include(":app")
include(":core:model")
include(":core:data")
include(":feature:download")
include(":core:player")
include(":feature:shared")