Skip to content
New issue

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

Make google.polyline.codec be transitively required by mesakit.map.geography #12

Open
rodherz opened this issue May 11, 2022 · 1 comment
Assignees

Comments

@rodherz
Copy link

rodherz commented May 11, 2022

Mesakit requires google.polyline.codec in module-info.java

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.

@jonathanl-telenav
Copy link
Contributor

this was already done. does it work now?

requires transitive google.maps.services;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants