60 lines
3.5 KiB
TOML
60 lines
3.5 KiB
TOML
[versions]
|
|
agp = "8.5.2"
|
|
clikt = "5.0.3"
|
|
mordant = "3.0.2"
|
|
kotlin = "2.3.20"
|
|
android-minSdk = "24"
|
|
android-compileSdk = "34"
|
|
kotlinx-coroutines = "1.10.2"
|
|
kotlinx-datetime = "0.6.1"
|
|
mp_bintools = "0.3.2"
|
|
ionspin-bignum = "0.3.10"
|
|
multik = "0.3.0"
|
|
firebaseCrashlyticsBuildtools = "3.0.3"
|
|
okioVersion = "3.10.2"
|
|
compiler = "3.2.0-alpha11"
|
|
ktor = "3.3.1"
|
|
slf4j = "2.0.17"
|
|
sqlite-jdbc = "3.50.3.0"
|
|
h2 = "2.4.240"
|
|
postgresql = "42.7.8"
|
|
testcontainers = "1.20.6"
|
|
|
|
[libraries]
|
|
clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clikt" }
|
|
clikt-core = { module = "com.github.ajalt.clikt:clikt-core", version.ref = "clikt" }
|
|
clikt-markdown = { module = "com.github.ajalt.clikt:clikt-markdown", version.ref = "clikt" }
|
|
mordant-core = { module = "com.github.ajalt.mordant:mordant-core", version.ref = "mordant" }
|
|
mordant-jvm-jna = { module = "com.github.ajalt.mordant:mordant-jvm-jna", version.ref = "mordant" }
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
|
|
mp_bintools = { module = "net.sergeych:mp_bintools", version.ref = "mp_bintools" }
|
|
ionspin-bignum = { module = "com.ionspin.kotlin:bignum", version.ref = "ionspin-bignum" }
|
|
multik-default = { module = "org.jetbrains.kotlinx:multik-default", version.ref = "multik" }
|
|
firebase-crashlytics-buildtools = { group = "com.google.firebase", name = "firebase-crashlytics-buildtools", version.ref = "firebaseCrashlyticsBuildtools" }
|
|
okio = { module = "com.squareup.okio:okio", version.ref = "okioVersion" }
|
|
okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", version.ref = "okioVersion" }
|
|
okio-nodefilesystem = { module = "com.squareup.okio:okio-nodefilesystem", version.ref = "okioVersion" }
|
|
compiler = { group = "androidx.databinding", name = "compiler", version.ref = "compiler" }
|
|
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
|
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
|
|
ktor-client-curl = { module = "io.ktor:ktor-client-curl", version.ref = "ktor" }
|
|
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
|
|
ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
|
|
ktor-client-winhttp = { module = "io.ktor:ktor-client-winhttp", version.ref = "ktor" }
|
|
ktor-client-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
|
|
ktor-network = { module = "io.ktor:ktor-network", version.ref = "ktor" }
|
|
slf4j-nop = { module = "org.slf4j:slf4j-nop", version.ref = "slf4j" }
|
|
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite-jdbc" }
|
|
h2 = { module = "com.h2database:h2", version.ref = "h2" }
|
|
postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql" }
|
|
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
|
|
testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }
|
|
|
|
[plugins]
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
vanniktech-mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
|