79519640

Date: 2025-03-19 09:04:14
Score: 0.5
Natty:
Report link

Seems like you're using Kotlin DSL in your build.gradle file.

So most likely the right code would be

minifyEnabled true

Instead of

isMinifyEnabled = true

Keep in mind that other properties might need to be renames as well.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dmitry Mersiyanov