Build failed in debug build

Hi,

I’m trying for the first time to implement Proguard for my Android app. I setted “minifyEnable” at true for the debug build types, and when I want to build the app, I Have this error in the gradle console :

"
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:transformClassesWithAndroidGradleClassShrinkerForDebug’.

Warnings found during shrinking, please use -dontwarn or -ignorewarnings to suppress them.
"

And when I try to get the debug logs, I have only the error :

FAILURE: Build failed with an exception.
What went wrong: Task ‘transformClassesWithNewClassShrinkerForInternalDebug’ not found in project ‘:app’

What does it mean ?

Thx for help :slight_smile: