1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 06:39:41 +00:00

Update build.gradle

This commit is contained in:
2022-08-05 23:48:15 +06:00
committed by GitHub
parent d19ee74f8b
commit 771fb5c288

View File

@@ -30,7 +30,7 @@ kotlin {
api libs.ktor.client.core
implementation project(":tgbotapi.ksp:lib")
compileOnly project(":tgbotapi.ksp:lib")
}
}
commonTest {