1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

add javax.activation dependency

This commit is contained in:
2020-05-14 21:18:33 +06:00
parent 7f51544bb9
commit ea224fd765
3 changed files with 5 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ kotlin {
api "io.ktor:ktor-server-host-common:$ktor_version"
api "io.ktor:ktor-client-cio:$ktor_version"
api "javax.activation:activation:$javax_activation_version"
}
}
jvmTest {