Skip to content

Commit d1d3929

Browse files
committed
open integrations-api module to this module
1 parent a1e48c8 commit d1d3929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/module-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
requires com.fasterxml.jackson.databind;
1717

1818
opens org.cryptomator.windows.keychain to com.fasterxml.jackson.databind;
19+
opens org.cryptomator.windows.quickaccess to org.cryptomator.integrations.api;
1920

2021
provides AutoStartProvider with WindowsAutoStart;
2122
provides KeychainAccessProvider with WindowsProtectedKeychainAccess;
2223
provides UiAppearanceProvider with WinUiAppearanceProvider;
2324
provides RevealPathService with ExplorerRevealPathService;
2425
provides QuickAccessService with ExplorerQuickAccessService;
26+
2527
}

0 commit comments

Comments
 (0)