updated module-info.java

master
Robinson 2023-01-25 02:23:37 +01:00
parent 60ca79e129
commit 3089bc0499
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
module com.dorkbox.swingActiveRender {
exports dorkbox.swingActiveRender;
requires transitive dorkbox.updates;
requires transitive com.dorkbox.propertyLoader;
requires transitive kotlin.stdlib;
}