migration

This commit is contained in:
hdvt
2025-11-03 21:18:28 +03:00
6 changed files with 123 additions and 87 deletions

View File

@@ -1,8 +1,9 @@
module core {
requires com.fasterxml.jackson.databind;
requires org.jetbrains.annotations;
exports hdvtdev.telegram.core.exceptions;
exports hdvtdev.telegram.core.objects.command;
exports hdvtdev.telegram.core.annotaions;
exports hdvtdev.telegram.core.methods;
exports hdvtdev.telegram.core;
exports hdvtdev.telegram.core.objects;