Inceptum/launcher-gtk/src/main/kotlin/module-info.java

13 lines
476 B
Java
Raw Normal View History

2023-05-05 21:37:16 +02:00
module io.gitlab.jfronny.inceptum.launcher.gtk {
requires transitive io.gitlab.jfronny.inceptum.launcher;
requires static org.jetbrains.annotations;
requires kotlin.stdlib;
requires org.gnome.glib;
requires org.gnome.gtk;
requires org.gnome.adw;
requires org.gnome.pango;
2023-05-05 21:37:16 +02:00
// Should theoretically already be included transitively through inceptum.launcher and inceptum.common
2023-05-05 21:37:16 +02:00
requires io.gitlab.jfronny.commons;
requires java.desktop;
}