Change structure of data sources, rework comps

This commit is contained in:
Christopher Schnick
2022-06-06 23:59:57 +02:00
parent 948dcf33ef
commit f4f9c1d978
40 changed files with 719 additions and 193 deletions

View File

@@ -18,6 +18,7 @@ module io.xpipe.core {
opens io.xpipe.core.data.typed;
exports io.xpipe.core.config;
opens io.xpipe.core.config;
exports io.xpipe.core.connection;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;