mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
9b67af3571
Some checks failed
Repo / Label merge conflict / Triage (push) Has been cancelled
SDK / Documentation / Lint (push) Has been cancelled
SDK / Documentation / Build Vitepress (push) Has been cancelled
SDK / Documentation / Build Dokka (push) Has been cancelled
SDK / Lint / Lint (push) Has been cancelled
SDK / Publish / Publish (push) Has been cancelled
SDK / Test / Test (17) (push) Has been cancelled
SDK / Test / Test (21) (push) Has been cancelled
SDK / Test / Validate binary compatibility (push) Has been cancelled
SDK / Test / Verify OpenAPI sources (push) Has been cancelled
SDK / Unstable branch / Update (push) Has been cancelled
SDK / Documentation / Deploy (push) Has been cancelled
53 lines
2.9 KiB
TOML
53 lines
2.9 KiB
TOML
[versions]
|
|
android-gradle = "8.6.1"
|
|
android-sdk = "33"
|
|
binarycompatibilityvalidator = "0.16.3"
|
|
clikt = "5.0.1"
|
|
detekt = "1.23.7"
|
|
dokka = "1.9.20"
|
|
download = "5.6.0"
|
|
kasechange = "1.4.1"
|
|
koin = "4.0.0"
|
|
kotest = "5.9.1"
|
|
kotlin = "2.0.21"
|
|
kotlin-logging = "3.0.5"
|
|
kotlinpoet = "1.18.1"
|
|
kotlinx-coroutines = "1.9.0"
|
|
kotlinx-serialization = "1.7.3"
|
|
ktor = "2.3.12"
|
|
nexuspublish = "2.0.0"
|
|
okhttp = "4.12.0"
|
|
slf4j = "2.0.16"
|
|
swagger-parser = "2.1.23"
|
|
|
|
[plugins]
|
|
binarycompatibilityvalidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binarycompatibilityvalidator" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
|
|
download = { id = "de.undercouch.download", version.ref = "download" }
|
|
kotest = { id = "io.kotest.multiplatform", version.ref = "kotest" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
nexuspublish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexuspublish" }
|
|
|
|
[libraries]
|
|
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle" }
|
|
clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clikt" }
|
|
kasechange = { module = "net.pearx.kasechange:kasechange", version.ref = "kasechange" }
|
|
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
|
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
|
|
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
|
|
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
|
|
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
kotlin-logging = { module = "io.github.microutils:kotlin-logging", version.ref = "kotlin-logging" }
|
|
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
|
|
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
|
ktor-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
|
ktor-http = { module = "io.ktor:ktor-http", version.ref = "ktor" }
|
|
ktor-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
|
|
swagger-parser = { module = "io.swagger.parser.v3:swagger-parser", version.ref = "swagger-parser" }
|