dokan-dev / dokan-java

Dokan Java Wrapper
GNU Lesser General Public License v3.0
51 stars 28 forks source link

Modularize dokan-java #24

Open hrstoyanov opened 4 years ago

hrstoyanov commented 4 years ago

donak-java requires Java 11, but it does not make use of native Java 9+ modules. Would you consider contribution to fully modularize this project?

I know Gradle support for Java modules is part of the problem, but this well maintained Gradle plug-in does excellent job where Gradle fails.