You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
215 lines
16 KiB
215 lines
16 KiB
[versions]
|
|
accompanist = "0.36.0"
|
|
androidDesugarJdkLibs = "2.1.3"
|
|
# AGP and tools should be updated together
|
|
androidGradlePlugin = "8.7.2"
|
|
androidTools = "31.7.3"
|
|
androidxActivity = "1.9.3"
|
|
androidxBrowser = "1.8.0"
|
|
androidxComposeBom = "2024.11.00"
|
|
androidxComposeRuntimeTracing = "1.7.5"
|
|
androidxCore = "1.15.0"
|
|
androidxCoreSplashscreen = "1.0.1"
|
|
androidxDataStore = "1.1.1"
|
|
androidxEspresso = "3.6.1"
|
|
androidxLifecycle = "2.8.7"
|
|
androidxMacroBenchmark = "1.3.3"
|
|
androidxMetrics = "1.0.0-beta01"
|
|
androidxNavigation = "2.8.4"
|
|
androidxProfileinstaller = "1.4.1"
|
|
androidxTestCore = "1.6.1"
|
|
androidxTestExt = "1.2.1"
|
|
androidxTestRules = "1.6.1"
|
|
androidxTestRunner = "1.6.2"
|
|
androidxTracing = "1.3.0-alpha02"
|
|
androidxUiAutomator = "2.3.0"
|
|
androidxWindowManager = "1.3.0"
|
|
androidxWork = "2.10.1"
|
|
coil = "3.0.3"
|
|
dependencyGuard = "0.5.0"
|
|
jacoco = "0.8.7"
|
|
kotlin = "2.1.0"
|
|
kotlinxCoroutines = "1.9.0"
|
|
kotlinxDatetime = "0.6.1"
|
|
kotlinxSerializationJson = "1.7.3"
|
|
ksp = "2.1.0-1.0.29"
|
|
logback = "1.5.12"
|
|
material3adaptive = "1.0.1"
|
|
moduleGraph = "2.7.1"
|
|
robolectric = "4.14"
|
|
roborazzi = "1.36.0"
|
|
secrets = "2.0.1"
|
|
truth = "1.4.4"
|
|
turbine = "1.1.0"
|
|
androidx-constraintlayout = "2.2.0"
|
|
androidx-espresso-core = "3.6.1"
|
|
androidx-material = "1.12.0"
|
|
androidx-test-junit = "1.2.1"
|
|
compose-ui-tooling = "1.7.5"
|
|
compose-plugin = "1.7.1"
|
|
sqldelight = "2.0.2"
|
|
kotlinInject = '0.7.2'
|
|
multiplatform-settings = "1.2.0"
|
|
kermit = "2.0.4"
|
|
koin = "4.0.0"
|
|
koin-annotations = "1.4.0-RC4"
|
|
ktor = "3.0.1"
|
|
ktrofit = "2.2.0"
|
|
buildKonfig = "0.15.2"
|
|
lifecycle-viewmodel-compose = "2.8.4"
|
|
navigation-compose = "2.8.0-alpha10"
|
|
|
|
[bundles]
|
|
androidx-compose-ui-test = ["androidx-compose-ui-test", "androidx-compose-ui-testManifest"]
|
|
|
|
[libraries]
|
|
accompanist-permissions = { group = "com.google.accompanist", name = "accompanist-permissions", version.ref = "accompanist" }
|
|
android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
|
|
androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidxMacroBenchmark" }
|
|
androidx-browser = { group = "androidx.browser", name = "browser", version.ref = "androidxBrowser" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
|
|
androidx-compose-material3-adaptive = { group = "androidx.compose.material3.adaptive", name = "adaptive" }
|
|
androidx-compose-material3-adaptive-layout = { group = "androidx.compose.material3.adaptive", name = "adaptive-layout" }
|
|
androidx-compose-material3-adaptive-navigation = { group = "androidx.compose.material3.adaptive", name = "adaptive-navigation" }
|
|
androidx-compose-material3-windowSizeClass = { group = "androidx.compose.material3", name = "material3-window-size-class" }
|
|
androidx-compose-runtime-tracing = { group = "androidx.compose.runtime", name = "runtime-tracing", version.ref = "androidxComposeRuntimeTracing" }
|
|
androidx-compose-ui-test = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
androidx-compose-ui-test-android = { group = "androidx.compose.ui", name = "ui-test-junit4-android" }
|
|
androidx-compose-ui-testManifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-compose-ui-util = { group = "androidx.compose.ui", name = "ui-util" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }
|
|
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
|
|
androidx-lifecycle-runtimeCompose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
|
androidx-metrics = { group = "androidx.metrics", name = "metrics-performance", version.ref = "androidxMetrics" }
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxNavigation" }
|
|
androidx-navigation-testing = { group = "androidx.navigation", name = "navigation-testing", version.ref = "androidxNavigation" }
|
|
androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "androidxProfileinstaller" }
|
|
androidx-test-core = { group = "androidx.test", name = "core", version.ref = "androidxTestCore" }
|
|
androidx-test-ext = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "androidxTestExt" }
|
|
androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidxTestRules" }
|
|
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidxTestRunner" }
|
|
androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidxUiAutomator" }
|
|
androidx-tracing-ktx = { group = "androidx.tracing", name = "tracing-ktx", version.ref = "androidxTracing" }
|
|
androidx-window-core = { group = "androidx.window", name = "window-core", version.ref = "androidxWindowManager" }
|
|
androidx-work-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidxWork" }
|
|
androidx-work-testing = { group = "androidx.work", name = "work-testing", version.ref = "androidxWork" }
|
|
coil = { group = "io.coil-kt.coil3", name = "coil", version.ref = "coil" }
|
|
coil-core = { group = "io.coil-kt.coil3", name = "coil-core", version.ref = "coil" }
|
|
coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose-core", version.ref = "coil" }
|
|
coil-svg = { group = "io.coil-kt.coil3", name = "coil-svg", version.ref = "coil" }
|
|
coil-network-ktor = { group = "io.coil-kt.coil3", name = "coil-network-ktor3", version.ref = "coil" }
|
|
koin-annotations-bom = { group = "io.insert-koin", name = "koin-annotations-bom", version.ref = "koin-annotations" }
|
|
koin-annotations = { group = "io.insert-koin", name = "koin-annotations" }
|
|
koin-ksp-compiler = { group = "io.insert-koin", name = "koin-ksp-compiler", version.ref = "koin-annotations" }
|
|
koin-bom = { group = "io.insert-koin", name = "koin-bom", version.ref = "koin" }
|
|
koin-android = { group = "io.insert-koin", name = "koin-android"}
|
|
koin-androidx-compose = { group = "io.insert-koin", name = "koin-androidx-compose"}
|
|
koin-androidx-startup = { group = "io.insert-koin", name = "koin-androidx-startup"}
|
|
koin-core = { group = "io.insert-koin", name = "koin-core"}
|
|
koin-core-coroutines = { group = "io.insert-koin", name = "koin-android-coroutines"}
|
|
koin-compose = { group = "io.insert-koin", name = "koin-compose"}
|
|
koin-compose-viewmodel = { group = "io.insert-koin", name = "koin-compose-viewmodel"}
|
|
koin-compose-viewmodel-navigation = { group = "io.insert-koin", name = "koin-compose-viewmodel-navigation"}
|
|
koin-test = { group = "io.insert-koin", name = "koin-test"}
|
|
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" }
|
|
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
|
|
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-coroutines-guava = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-guava", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
|
|
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
|
kotlinx-serialization-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version.ref = "kotlinxSerializationJson" }
|
|
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "androidTools" }
|
|
lint-checks = { group = "com.android.tools.lint", name = "lint-checks", version.ref = "androidTools" }
|
|
lint-tests = { group = "com.android.tools.lint", name = "lint-tests", version.ref = "androidTools" }
|
|
logback-classic = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" }
|
|
robolectric = { group = "org.robolectric", name = "robolectric", version.ref = "robolectric" }
|
|
roborazzi = { group = "io.github.takahirom.roborazzi", name = "roborazzi", version.ref = "roborazzi" }
|
|
truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
|
|
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
androidx-test-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-junit" }
|
|
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose-ui-tooling" }
|
|
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose-ui-tooling" }
|
|
sqldelight-android-driver = { group = "app.cash.sqldelight", name = "android-driver", version.ref = "sqldelight" }
|
|
sqldelight-native-driver = { group = "app.cash.sqldelight", name = "native-driver", version.ref = "sqldelight" }
|
|
sqldelight-sqlite-driver = { group = "app.cash.sqldelight", name = "sqlite-driver", version.ref = "sqldelight" }
|
|
sqldelight-webworker-driver = { group = "app.cash.sqldelight", name = "web-worker-driver", version.ref = "sqldelight" }
|
|
sqldelight-coroutines-extensions = { group = "app.cash.sqldelight", name = "coroutines-extensions", version.ref = "sqldelight" }
|
|
sqldelight-primitive-adapters = { group = "app.cash.sqldelight", name = "primitive-adapters", version.ref = "sqldelight" }
|
|
kotlin-inject-compiler-ksp = { group = "me.tatarka.inject", name = "kotlin-inject-compiler-ksp", version.ref = "kotlinInject" }
|
|
kotlin-inject-runtime = { group = "me.tatarka.inject", name = "kotlin-inject-runtime", version.ref = "kotlinInject" }
|
|
kotlin-inject-runtime-kmp = { group = "me.tatarka.inject", name = "kotlin-inject-runtime-kmp", version.ref = "kotlinInject" }
|
|
multiplatform-settings = { group = "com.russhwolf", name = "multiplatform-settings-no-arg", version.ref = "multiplatform-settings" }
|
|
multiplatform-settings-test = { group = "com.russhwolf", name = "multiplatform-settings-test", version.ref = "multiplatform-settings" }
|
|
multiplatform-settings-serialization = { group = "com.russhwolf", name = "multiplatform-settings-serialization", version.ref = "multiplatform-settings" }
|
|
multiplatform-settings-coroutines = { group = "com.russhwolf", name = "multiplatform-settings-coroutines", version.ref = "multiplatform-settings" }
|
|
logging = { group = "co.touchlab", name = "kermit", version.ref = "kermit" }
|
|
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
|
|
ktor-client-json = { group = "io.ktor", name = "ktor-client-json", version.ref = "ktor" }
|
|
ktor-client-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" }
|
|
ktor-client-serialization = { group = "io.ktor", name = "ktor-client-serialization", version.ref = "ktor" }
|
|
ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
|
|
ktor-client-android = { group = "io.ktor", name = "ktor-client-android", version.ref = "ktor" }
|
|
ktor-client-darwin = { group = "io.ktor", name = "ktor-client-darwin", version.ref = "ktor" }
|
|
ktor-client-java = { group = "io.ktor", name = "ktor-client-java", version.ref = "ktor" }
|
|
ktor-client-js = { group = "io.ktor", name = "ktor-client-js", version.ref = "ktor" }
|
|
ktor-client-winhttp = { group = "io.ktor", name = "ktor-client-winhttp", version.ref = "ktor" }
|
|
ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
|
ktorfit-lib = { group = "de.jensklingenberg.ktorfit", name = "ktorfit-lib", version.ref = "ktrofit" }
|
|
ktorfit-converters-flow = { group = "de.jensklingenberg.ktorfit", name = "ktorfit-converters-flow", version.ref = "ktrofit" }
|
|
ktorfit-converters-call = { group = "de.jensklingenberg.ktorfit", name = "ktorfit-converters-call", version.ref = "ktrofit" }
|
|
ktorfit-converters-response = { group = "de.jensklingenberg.ktorfit", name = "ktorfit-converters-response", version.ref = "ktrofit" }
|
|
buildkonfig-gradlePlugin = { group = "com.codingfeline.buildkonfig", name = "buildkonfig-gradle-plugin", version.ref = "buildKonfig" }
|
|
jetbrains-compose-viewmodel = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle-viewmodel-compose" }
|
|
jetbrains-compose-navigation = { group = "org.jetbrains.androidx.navigation", name = "navigation-compose", version.ref = "navigation-compose" }
|
|
jetbrains-compose-material3-adaptive = { group = "org.jetbrains.compose.material3.adaptive", name = "adaptive", version.ref = "material3adaptive" }
|
|
jetbrains-compose-material3-adaptive-layout = { group = "org.jetbrains.compose.material3.adaptive", name = "adaptive-layout", version.ref = "material3adaptive" }
|
|
jetbrains-compose-material3-adaptive-navigation = { group = "org.jetbrains.compose.material3.adaptive", name = "adaptive-navigation", version.ref = "material3adaptive" }
|
|
|
|
# Dependencies of the included build-logic
|
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
|
android-tools-common = { group = "com.android.tools", name = "common", version.ref = "androidTools" }
|
|
compose-gradlePlugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
|
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
ksp-gradlePlugin = { group = "com.google.devtools.ksp", name = "com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
|
|
baselineprofile = { id = "androidx.baselineprofile", version.ref = "androidxMacroBenchmark"}
|
|
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
dependencyGuard = { id = "com.dropbox.dependency-guard", version.ref = "dependencyGuard" }
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
module-graph = { id = "com.jraska.module.graph.assertion", version.ref = "moduleGraph" }
|
|
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
|
|
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" }
|
|
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
sqldelight-gradle-plugin = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
|
ktrofit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktrofit" }
|
|
buildkonfig = { id = "com.codingfeline.buildkonfig", version.ref = "buildKonfig" }
|
|
|
|
# Plugins defined by this project
|
|
nowinandroid-android-application-jacoco = { id = "nowinandroid.android.application.jacoco" }
|
|
nowinandroid-android-library-jacoco = { id = "nowinandroid.android.library.jacoco" }
|
|
nowinandroid-android-lint = { id = "nowinandroid.android.lint" }
|
|
nowinandroid-android-test = { id = "nowinandroid.android.test" }
|
|
nowinandroid-kmp-library = { id = "nowinandroid.kmp.library" }
|
|
nowinandroid-kotlin-inject = { id = "nowinandroid.kmp.inject" }
|
|
nowinandroid-sqldelight = { id = "nowinandroid.sqldelight" }
|
|
nowinandroid-cmp-feature = { id = "nowinandroid.cmp.feature" }
|
|
nowinandroid-cmp-application = { id = "nowinandroid.cmp.application" }
|
|
nowinandroid-di-koin = { id = "nowinandroid.di.koin" }
|