diff options
Diffstat (limited to 'core/src/main/java/module-info.java')
| -rw-r--r-- | core/src/main/java/module-info.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/java/module-info.java b/core/src/main/java/module-info.java new file mode 100644 index 0000000..b8b8703 --- /dev/null +++ b/core/src/main/java/module-info.java | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | module lv.enes.orang.core { | ||
| 2 | exports lv.enes.orang.core; | ||
| 3 | } \ No newline at end of file | ||