We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35bca9 commit 269f4c6Copy full SHA for 269f4c6
src/main/java/module-info.java
@@ -0,0 +1,6 @@
1
+module org.cryptomator.integrations.api {
2
+ exports org.cryptomator.integrations.autostart;
3
+ exports org.cryptomator.integrations.keychain;
4
+ exports org.cryptomator.integrations.tray;
5
+ exports org.cryptomator.integrations.uiappearance;
6
+}
0 commit comments