dfkndsfjkdsjjdssdf

This commit is contained in:
hdvtdev
2025-04-22 12:35:04 +03:00
parent 8719e015ba
commit 52c9264253
398 changed files with 14324 additions and 0 deletions

17
test/build.gradle Normal file
View File

@@ -0,0 +1,17 @@
plugins {
id 'java'
}
group = 'com.github.hdvtdev'
version = '1.0.0'
repositories {
mavenCentral()
}
dependencies {
implementation(project(":core"))
implementation(project(":longpolling-okhttp"))
}

View File

@@ -0,0 +1,4 @@
package PACKAGE_NAME;
public class Main {
}