We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mesakit requires google.polyline.codec in module-info.java
google.polyline.codec
When I debug project safety service in intellij, it pops error:
java.lang.module.FindException: Module google.polyline.codec not found, required by mesakit.map.geography
probably, google.polyline.codec is used in some of external API in mesakit, maybe it should be transitive.
The text was updated successfully, but these errors were encountered:
this was already done. does it work now?
requires transitive google.maps.services;
Sorry, something went wrong.
rodherz
jonathanl-telenav
No branches or pull requests
Mesakit requires
google.polyline.codec
in module-info.javaWhen I debug project safety service in intellij, it pops error:
probably,
google.polyline.codec
is used in some of external API in mesakit, maybe it should be transitive.The text was updated successfully, but these errors were encountered: