complete universal uniupload

This commit is contained in:
2022-11-22 12:57:43 +06:00
parent a3090cca9d
commit 844a129094
10 changed files with 229 additions and 12 deletions

View File

@@ -15,5 +15,9 @@ kotlin {
api libs.ktor.client
}
}
androidMain {
dependsOn jvmMain
}
}
}