fixed build error in flatlaf-testing-modular-app caused by moving to JSVG (PR #684)

This commit is contained in:
Karl Tauber
2023-07-30 14:33:24 +02:00
parent b3fb63c9f5
commit dfe4404a17
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ module com.formdev.flatlaf.testing.modular.app {
requires com.formdev.flatlaf;
requires com.formdev.flatlaf.extras;
requires com.formdev.flatlaf.fonts.inter;
requires com.kitfox.svg;
requires com.github.weisj.jsvg;
exports com.formdev.flatlaf.testing.modular.app.plaf;
}