some refactoring

This commit is contained in:
hdvtdev
2025-04-22 12:37:13 +03:00
parent 7b66404e3e
commit 111eafdc0a
379 changed files with 592 additions and 8633 deletions

View File

@@ -1,6 +1,7 @@
module longpolling.okhttp {
exports hdvtdev.telegram.longpolling;
exports hdvtdev.telegram.longpolling.okhttp;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.core;
requires core;
requires okhttp3;
}