The Gradle `project.version` property is defined t...
# strikt
c
The Gradle
project.version
property is defined to just be an Object, with the expectation that the
toString()
of that object returns the displayed version. https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#getVersion--