72 lines
4.0 KiB
TOML
72 lines
4.0 KiB
TOML
[versions]
|
|
kotlin = "2.0.10"
|
|
kotlinx-coroutines = "1.8.1"
|
|
|
|
banking-client = "0.6.0"
|
|
|
|
kcsv = "2.2.0"
|
|
kotlinx-serializable = "1.7.1"
|
|
|
|
klf = "1.6.1"
|
|
logback = "1.5.7"
|
|
|
|
sqlDelight = "2.0.2"
|
|
|
|
agp = "8.5.2"
|
|
android-compileSdk = "34"
|
|
android-minSdk = "23"
|
|
android-targetSdk = "34"
|
|
androidx-activityCompose = "1.9.1"
|
|
androidx-appcompat = "1.7.0"
|
|
androidx-constraintlayout = "2.1.4"
|
|
androidx-core-ktx = "1.13.1"
|
|
androidx-espresso-core = "3.6.1"
|
|
androidx-lifecycle = "2.8.0"
|
|
androidx-material = "1.12.0"
|
|
androidx-test-junit = "1.2.1"
|
|
compose-plugin = "1.6.11"
|
|
|
|
junit = "4.13.2"
|
|
|
|
[libraries]
|
|
banking-client-model = { group = "net.codinux.banking.client", name = "banking-client-model", version.ref = "banking-client" }
|
|
fints4k-banking-client = { group = "net.codinux.banking.client", name = "fints4k-banking-client", version.ref = "banking-client" }
|
|
|
|
kcsv = { group = "net.codinux.csv", name = "kcsv", version.ref = "kcsv" }
|
|
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-serializable = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serializable" }
|
|
|
|
klf = { group = "net.codinux.log", name = "klf", version.ref = "klf" }
|
|
logback = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" }
|
|
|
|
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version.ref = "sqlDelight" }
|
|
sqldelight-coroutines-extensions = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqlDelight" }
|
|
sqldelight-paging-extensions = { module = "app.cash.sqldelight:androidx-paging3-extensions", version.ref = "sqlDelight" }
|
|
sqldelight-sqlite-driver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqlDelight" }
|
|
sqldelight-android-driver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqlDelight" }
|
|
sqldelight-native-driver = { module = "app.cash.sqldelight:native-driver", version.ref = "sqlDelight" }
|
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core-ktx" }
|
|
androidx-test-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-junit" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-espresso-core" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
|
|
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
|
androidx-lifecycle-viewmodel = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
|
|
androidx-lifecycle-runtime-compose = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|
|
kotlinx-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
|
|
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
[plugins]
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
kotlinxSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqlDelight" } |