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

complete rewriting on libs.versions.toml

This commit is contained in:
2022-06-29 14:23:45 +06:00
parent e18e8ba6df
commit 864992aff0
12 changed files with 64 additions and 113 deletions

View File

@@ -6,13 +6,14 @@ plugins {
project.description = "Behaviour Builder DSL"
apply from: "$mppProjectWithSerializationPresetPath"
apply from: "$publishGradlePath"
kotlin {
sourceSets {
commonMain {
dependencies {
api project(":tgbotapi.behaviour_builder")
api "dev.inmo:micro_utils.fsm.common:$micro_utils_version"
api libs.microutils.fsm.common
}
}
}