Can anyone help me to fix error: Task '.enableComp...
# compose-android
y
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
You need to add the compiler arguments in your gradle configuration script for compose
y
yeah I added, but this isn't solution, i fixed thanks for attention