mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-04 15:23:46 +00:00
60 lines
2.8 KiB
TOML
60 lines
2.8 KiB
TOML
[versions]
|
|
|
|
kotlin = "1.7.10"
|
|
kotlin-serialization = "1.4.0"
|
|
|
|
plagubot = "2.3.1"
|
|
tgbotapi = "3.2.1"
|
|
microutils = "0.12.13"
|
|
kslog = "0.5.2"
|
|
krontab = "0.8.1"
|
|
tgbotapi-libraries = "0.5.3"
|
|
|
|
psql = "42.3.6"
|
|
|
|
dexcount = "3.1.0"
|
|
junit_version = "4.12"
|
|
test_ext_junit_version = "1.1.3"
|
|
espresso_core = "3.4.0"
|
|
|
|
android-gradle-plugin = "7.2.2"
|
|
android-minSdk = "21"
|
|
android-compileSdk = "32"
|
|
android-buildTools = "32.0.0"
|
|
|
|
[libraries]
|
|
|
|
kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
|
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlin-serialization" }
|
|
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
|
|
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
kotlin-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
|
|
android-test-junit = { module = "androidx.test.ext:junit", version.ref = "test_ext_junit_version" }
|
|
android-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso_core" }
|
|
|
|
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
|
|
plagubot-plugin = { module = "dev.inmo:plagubot.plugin", version.ref = "plagubot" }
|
|
plagubot-bot = { module = "dev.inmo:plagubot.bot", version.ref = "plagubot" }
|
|
microutils-repos-common = { module = "dev.inmo:micro_utils.repos.common", version.ref = "microutils" }
|
|
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
|
|
microutils-repos-cache = { module = "dev.inmo:micro_utils.repos.cache", version.ref = "microutils" }
|
|
microutils-koin = { module = "dev.inmo:micro_utils.koin", version.ref = "microutils" }
|
|
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
|
|
krontab = { module = "dev.inmo:krontab", version.ref = "krontab" }
|
|
|
|
psql = { module = "org.postgresql:postgresql", version.ref = "psql" }
|
|
|
|
# buildscript classpaths
|
|
|
|
android-tools-build = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
|
|
android-dexcount = { module = "com.getkeepsafe.dexcount:dexcount-gradle-plugin", version.ref = "dexcount" }
|
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
kotlin-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
|
|
kotlin-dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
[plugins]
|
|
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|