some refactoring

This commit is contained in:
hdvtdev
2025-04-24 20:59:49 +03:00
parent ab43f9cb52
commit 5fe53b2539
15 changed files with 122 additions and 79 deletions

View File

@@ -12,7 +12,6 @@ repositories {
dependencies {
implementation(project(":core"))
implementation(project(":longpolling-okhttp"))
implementation(project(":test"))
}
tasks.register('fat', Jar) {