Этап 0 п.5 (gradle-гигиена): parallel=true + удалены мёртвые модули

- org.gradle.parallel=true (быстрее сборка 20 модулей)
- удалены core:data, core:ui (пустые заготовки) и feature:widgets (не в
  settings.gradle, не компилировался) + чистка settings.gradle
- nonTransitiveRClass=true и убирание enableJetifier ОТКАЧЕНЫ: vendor-форк
  talk-android их не переживает (R транзитивно; legacy android.support.* в
  зависимостях типа FlexibleAdapter). Причины — в комментах gradle.properties.

Проверено сборкой: assembleRelease BUILD SUCCESSFUL. Этап 0 закрыт.
This commit is contained in:
b-dev-mobile
2026-07-07 21:47:49 +00:00
parent 5eb6efb36b
commit cef526e778
12 changed files with 7 additions and 615 deletions
-2
View File
@@ -19,12 +19,10 @@ rootProject.name = "F7CloudMobile"
include(":app")
include(":core:auth")
include(":core:data")
include(":core:database")
include(":core:designsystem")
include(":core:network")
include(":core:push")
include(":core:ui")
include(":feature:files")
include(":feature:talk")
include(":feature:talk-native")