79589220

Date: 2025-04-23 18:02:06
Score: 2.5
Natty:
Report link

This helped:
In gradle.properties:
android.disableMinifyLocalDependenciesForLibraries=false
More info: https://developer.android.com/build/releases/past-releases/agp-8-4-0-release-notes?hl=en#library-classes-shrunk

Or
isMinifyEnabled = false in libraries (modules)

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Pavlo Kravchenko