migrations onto new libraries

This commit is contained in:
2024-07-30 23:25:54 +06:00
parent 0d776e602e
commit 647cd7d7b4
21 changed files with 93 additions and 83 deletions

View File

@@ -1,3 +1,3 @@
package dev.inmo.micro_utils.ktor.client
typealias OnUploadCallback = suspend (uploaded: Long, count: Long) -> Unit
typealias OnUploadCallback = suspend (uploaded: Long, count: Long?) -> Unit