graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

java 11 Module File #362

Open bmunday opened 2 years ago

bmunday commented 2 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>;

}