Can anyone help me to fix error:
Task '.enableComposeCompilerReports=true' not found in root project 'Davrpay' and its subprojects.
I just want to get compose metrics to check my restartable and skippable classes, but
./gradlew assembleRelease -Pmyapp.enableComposeCompilerReports=true
is not working and giving error i paste above
h
Hristijan
03/26/2024, 7:36 AM
You need to add the compiler arguments in your gradle configuration script for compose
y
Yusuf Ibragimov
03/26/2024, 7:37 AM
yeah I added, but this isn't solution, i fixed thanks for attention