Various reworks

This commit is contained in:
Christopher Schnick
2022-09-17 05:08:36 +02:00
parent 4d168b66c0
commit 5459347482
94 changed files with 1186 additions and 514 deletions

View File

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