java 11 Module File
Opened this issue · 0 comments
bmunday commented
When adding the module to my module-info if get the following error.
module reads package org.graphstream.ui.layout from both gs.algo and gs.core
module
{
requires gs.algo;
requires gs.core;
exports <my package name>;
}