Added support for updates + kotlin

master
Robinson 2023-01-10 01:28:50 +01:00
parent f1f3b83681
commit 44c26cacf0
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
module dorkbox.os {
exports dorkbox.os;
requires transitive dorkbox.updates;
requires transitive kotlin.stdlib;
requires java.base;
}