Hi!
The reason of add this feature s allow to projects that uses java 9+ module feature recognize the module.
I tried to create a pull request but I could not.
Here is the module:
module versioncompare {
requires org.jetbrains.annotations;
exports io.github.g00fy2.versioncompare;
}
Some libraries requires of this.