1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-10-22 15:50:08 +00:00

add com.soywiz.korlibs.krypto:krypto dependency

This commit is contained in:
2020-06-25 12:07:48 +06:00
parent 7507c107b4
commit acfb7066d2
3 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ kotlin {
api "org.jetbrains.kotlinx:kotlinx-serialization-properties-common:$kotlin_serialisation_runtime_version"
api "com.soywiz.korlibs.klock:klock:$klock_version"
api "com.soywiz.korlibs.krypto:krypto:$krypto_version"
api "com.benasher44:uuid:$uuid_version"
api "io.ktor:ktor-client-core:$ktor_version"