Originally the step was not able to parse versionCode if there was a comment at the end of the same line.
Now it can parse if:
- has comment at the end of the same line
- the value is not an integer but a variable
- syntax is kotlin
- any mixture of the above