mirror of
https://gitee.com/dcren/initializr.git
synced 2026-04-17 19:28:04 +08:00
This commit migrates ProjectDescription to an interface with read-only accessors and create a MutableProjectDescription implementation that can be used for both purposes. As a result, the type separation between ResolvedProjectDescription and ProjectDescription is no longer necessary. Closes gh-993