Notify/src9/module-info.java
Robinson bbde9ceb3d
Direct rendering for desktop notifications
Kotlin impl
Notifications are now reactive (can change dynamically)
2023-02-03 00:05:10 +01:00

10 lines
232 B
Java

module dorkbox.notify {
exports dorkbox.notify;
requires transitive dorkbox.updates;
requires transitive dorkbox.swingActiveRender;
requires transitive dorkbox.tweenEngine;
requires transitive kotlin.stdlib;
}