mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
70 lines
4.4 KiB
TOML
70 lines
4.4 KiB
TOML
[versions]
|
|
agp = "8.13.2"
|
|
androidx-activityCompose = "1.12.1"
|
|
androidx-appcompat = "1.7.1"
|
|
androidx-core-ktx = "1.17.0"
|
|
androidx-lifecycle = "2.9.6"
|
|
coilCompose = "3.3.0"
|
|
compose-multiplatform = "1.9.3"
|
|
#noinspection NewerVersionAvailable
|
|
constraintlayout = "0.6.1-shaded"
|
|
coreSplashscreen = "1.2.0"
|
|
haze = "1.7.1"
|
|
kotlin = "2.2.21"
|
|
adaptiveAndroid = "1.2.0"
|
|
kotlinStdlib = "2.2.21"
|
|
biometric = "1.4.0-alpha04"
|
|
gson = "2.13.2"
|
|
kotlinxIoBytestring = "0.8.2"
|
|
kotlinxCoroutinesCore = "1.10.2"
|
|
kotlinxIoCore = "0.8.2"
|
|
kotlinxSerializationJson = "1.9.0"
|
|
material = "1.13.0"
|
|
activityKtx = "1.12.1"
|
|
navigationCompose = "2.9.1"
|
|
datastore = "1.2.0"
|
|
ktor = "3.3.3"
|
|
slf4j = "1.7.36"
|
|
kotlinxDatetime = "0.7.1"
|
|
|
|
[libraries]
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core-ktx" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
|
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilCompose" }
|
|
coil-network-ktor3 = { module = "io.coil-kt.coil3:coil-network-ktor3", version.ref = "coilCompose" }
|
|
constraintlayout = { module = "tech.annexflow.compose:constraintlayout-compose-multiplatform", version.ref = "constraintlayout" }
|
|
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
|
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
|
|
jetbrains-kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
|
|
jetbrains-kotlinx-io-bytestring = { module = "org.jetbrains.kotlinx:kotlinx-io-bytestring", version.ref = "kotlinxIoBytestring" }
|
|
androidx-adaptive-android = { group = "androidx.compose.material3.adaptive", name = "adaptive-android", version.ref = "adaptiveAndroid" }
|
|
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlinStdlib" }
|
|
biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
kotlinx-io-core = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "kotlinxIoCore" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
|
|
navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" }
|
|
datastore-core = { group = "androidx.datastore", name = "datastore-core", version.ref = "datastore" }
|
|
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
|
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
|
ktor-client-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
|
ktor-client-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
|
|
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
|
|
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
|
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
|
|
slf4j-android = { module = "org.slf4j:slf4j-android", version.ref = "slf4j" }
|
|
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
|
|
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
androidKotlinMultiplatformLibrary = { id = "com.android.kotlin.multiplatform.library", version.ref = "agp" }
|
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |