[versions] accompanist = "0.27.1" # @pin https://issuetracker.google.com/issues/259556213 agp = "7.3.1" androidx-test = "1.5.0" coil = "2.2.2" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.4.0-alpha02" coroutines = "1.6.4" dagger = "2.44.2" kotlin = "1.7.21" # @pin Needs to be aligned with Retrofit okhttp = "3.14.9" retrofit = "2.9.0" richtext = "0.15.0" serialization = "1.4.1" sqldelight = "2.0.0-alpha04" whetstone = "0.3.0" workmanager = "2.8.0-beta02" [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-alpha02" androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha07" androidx-browser = "androidx.browser:browser:1.5.0-alpha01" androidx-compose-animation = { module = "androidx.compose.animation:animation" } androidx-compose-bom = "androidx.compose:compose-bom:2022.11.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-alpha03" androidx-navigation-compose = "androidx.navigation:navigation-compose:2.6.0-alpha04" androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha17" androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.0-alpha02" androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" } androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.5.0" androidx-test-ext-junit = "androidx.test.ext:junit:1.1.4" androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } androidx-test-runner = "androidx.test:runner:1.5.1" androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha01" 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.0" 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-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" } build-semver = "com.vdurmont:semver4j:3.1.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.12.0" 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.44.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.2.1" javapoet = "com.squareup:javapoet:1.13.0" javax-inject = "javax.inject:javax.inject:1" jsoup = "org.jsoup:jsoup:1.15.3" 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.2" sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" } whetstone = { id = "com.deliveryhero.whetstone", version.ref = "whetstone" }