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

added ChatIdentifier tests

This commit is contained in:
2019-12-02 10:56:59 +06:00
parent fec2ef8b30
commit 88208016d4
2 changed files with 81 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ dependencies {
api "io.ktor:ktor-server:$ktor_version"
api "io.ktor:ktor-server-host-common:$ktor_version"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
}
compileKotlin {