Cleanup and document

This commit is contained in:
Christopher Schnick
2022-01-11 19:28:14 +01:00
parent cd93f934ff
commit 774689e42a
34 changed files with 247 additions and 201 deletions

View File

@@ -1,6 +1,6 @@
module io.xpipe.api {
requires transitive io.xpipe.core;
requires transitive io.xpipe.beacon;
requires io.xpipe.beacon;
exports io.xpipe.api;
}