Is there a way to use internal module api (use --add-exports in compiler) #982
Answered
by
maxandersen
hermannpencole
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
maxandersen
Aug 18, 2021
Replies: 1 comment
-
but you can always use p.s. we haven't added support for module dependencies yet (no one really asked for it yet :), if you can give example of usecase you are after on #559 #618 that would be useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hermannpencole
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
but you can always use
//JAVAC_OPTIONS --add-exports xyz
to add compiler flags.p.s. we haven't added support for module dependencies yet (no one really asked for it yet :), if you can give example of usecase you are after on #559 #618 that would be useful.