mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 22:57:05 +05:30
93 lines
6 KiB
TOML
93 lines
6 KiB
TOML
[versions]
|
|
accompanist = "0.28.0"
|
|
agp = "8.1.0-alpha03"
|
|
androidx-compose-ui = "1.4.0-alpha04"
|
|
androidx-test = "1.5.0"
|
|
coil = "2.2.2"
|
|
# @keep used for kotlinCompilerExtensionVersion
|
|
composeCompiler = "1.4.2"
|
|
coroutines = "1.6.4"
|
|
dagger = "2.44.2"
|
|
kotest = "5.5.5"
|
|
kotlin = "1.8.10"
|
|
# @pin Needs to be aligned with Retrofit
|
|
okhttp = "3.14.9"
|
|
retrofit = "2.9.0"
|
|
richtext = "0.16.0"
|
|
serialization = "1.5.0-RC"
|
|
sqldelight = "2.0.0-alpha05"
|
|
whetstone = "0.6.0-SNAPSHOT"
|
|
workmanager = "2.8.0"
|
|
|
|
[libraries]
|
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
|
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
|
androidx-activity-compose = "androidx.activity:activity-compose:1.7.0-beta01"
|
|
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha09"
|
|
androidx-browser = "androidx.browser:browser:1.5.0"
|
|
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
|
androidx-compose-bom = "androidx.compose:compose-bom:2023.01.00"
|
|
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
|
|
androidx-compose-material = { module = "androidx.compose.material:material" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
|
|
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-compose-ui-text = { module = "androidx.compose.ui:ui-text" }
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0"
|
|
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0-beta01"
|
|
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.6.0-alpha05"
|
|
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha18"
|
|
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.0-beta01"
|
|
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
|
|
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.5.1"
|
|
androidx-test-ext-junit = "androidx.test.ext:junit:1.1.5"
|
|
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
|
|
androidx-test-runner = "androidx.test:runner:1.5.2"
|
|
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha02"
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workmanager" }
|
|
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
|
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.6.3"
|
|
build-detekt = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0"
|
|
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
build-semver = "com.vdurmont:semver4j:3.1.0"
|
|
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.14.1"
|
|
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.7.0"
|
|
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.45.0"
|
|
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
|
compose-richtext-markdown = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" }
|
|
compose-richtext-material3 = { module = "com.halilibo.compose-richtext:richtext-ui-material3", version.ref = "richtext" }
|
|
compose-richtext-ui = { module = "com.halilibo.compose-richtext:richtext-ui", version.ref = "richtext" }
|
|
copydown = "io.github.furstenheim:copy_down:1.1"
|
|
crux = "com.chimbori.crux:crux:3.11.0"
|
|
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
|
|
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
|
|
eithernet = "com.slack.eithernet:eithernet:1.3.1"
|
|
javapoet = "com.squareup:javapoet:1.13.0"
|
|
javax-inject = "javax.inject:javax.inject:1"
|
|
jsoup = "org.jsoup:jsoup:1.15.3"
|
|
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
|
|
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
|
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "serialization" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
|
|
napier = "io.github.aakira:napier:2.6.1"
|
|
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
retrofit-kotlinxSerializationConverter = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
|
|
sqldelight-androidDriver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
|
|
sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }
|
|
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
|
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
|
testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.10"
|
|
whetstone = { module = "com.deliveryhero.whetstone:whetstone", version.ref = "whetstone" }
|
|
|
|
[plugins]
|
|
android-test = { id = "com.android.test", version.ref = "agp" }
|
|
anvil = "com.squareup.anvil:2.4.4"
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
|
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }
|