Closed abhinayagarwal closed 5 years ago
It was discussed at #5. I am not sure I am fully convinced, but I do not have a lot of experience with modules.
What about the javafx.base
module? As far as I know, this module doesn't require the native dependencies, which are mentioned in #5.
Fixed with #41
All dependencies declared via the following block are added as
implementation
:There should be a way to declare these dependencies as
api
as well.