From 992e0fd7ac2b0bd16dec0059531621ecaf63e17f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 11 Jan 2026 22:57:30 -0800 Subject: implement partial upload and re-assemble --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b528cc9..b8a4ba2 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,17 @@ kotlin-stdlib-jdk8 ${kotlin.version} + + com.google.code.gson + gson + 2.13.2 + compile + + + com.squareup.okhttp3 + okhttp + 4.12.0 + org.jetbrains.kotlin kotlin-test -- cgit v1.2.3