1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-14 21:00:15 +00:00

temporal state (currently tools for files decryption in JS do work

This commit is contained in:
2021-01-23 18:49:34 +06:00
parent 2f52ad45a4
commit d34deade0d
8 changed files with 237 additions and 1 deletions

View File

@@ -71,12 +71,16 @@ kotlin {
api "javax.activation:activation:$javax_activation_version"
}
}
jsMain {
dependencies {
api npm("crypto", "${crypto_version}")
}
}
jvmTest {
dependencies {
implementation kotlin('test-junit')
}
}
jsTest {
dependencies {
implementation kotlin('test-junit')