Closed
Description
I wanted to use this library in modularized Java application, but, not surprisingly, am getting an error:
Package 'jssc' is declared in module 'jssc', but module 'org.example.myapp' does not read it
I found issue #60 describing a workaround to this. However, wouldn't it be a better solution if jssc
was a Java module itself, i.e. declared its own module-info.java
?