Adding Comments to proguard.cfg File

Is it possible to add comments on a proguard.cfg file? Ideally, it would be great pairing with comments clarifying what some lines are doing to avoid questions other developers may have for my changes.

That’s certainly possible, all configuration lines starting with a “#” will be ignored by ProGuard.

1 Like