Open bmunday opened 3 years ago
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>;
}
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;
}