remove redundant dependency in utils

This commit is contained in:
InsanusMokrassar 2022-01-07 13:32:34 +06:00
parent 61c00b38b1
commit 98ff2558e9
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ kotlin {
dependencies {
implementation kotlin('stdlib')
api project(":tgbotapi.core")
api "dev.inmo:micro_utils.crypto:$micro_utils_version"
}
}