mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 22:59:48 +00:00
update subprojects implementation types
This commit is contained in:
@@ -42,9 +42,9 @@ kotlin {
|
||||
api "${project.group}:TelegramBotAPI-extensions-api:$library_version"
|
||||
api "${project.group}:TelegramBotAPI-extensions-utils:$library_version"
|
||||
} else {
|
||||
implementation project(":TelegramBotAPI")
|
||||
implementation project(":TelegramBotAPI-extensions-api")
|
||||
implementation project(":TelegramBotAPI-extensions-utils")
|
||||
api project(":TelegramBotAPI")
|
||||
api project(":TelegramBotAPI-extensions-api")
|
||||
api project(":TelegramBotAPI-extensions-utils")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user