pub fn parse_properties(content: &str) -> HashMap<String, String>
Parses a gradle.properties content into key-value pairs.
Lines starting with # or empty lines are ignored. Each line is split on the first =.
#
=