145 lines
8.2 KiB
TOML
145 lines
8.2 KiB
TOML
[versions]
|
|
android-compileSdk = "33"
|
|
android-minSdk = "21"
|
|
android-targetSdk = "33"
|
|
|
|
kotlin = "1.7.20"
|
|
android-gradle-plugin = "7.3.1"
|
|
ksp = "1.7.20-1.0.8"
|
|
spotless = "6.12.0"
|
|
detekt = "1.22.0"
|
|
kode-detekt-rules-compose = "1.2.2"
|
|
twitter-compose-rules = "0.0.26"
|
|
|
|
androidx-compose-bom = "2022.12.00"
|
|
androidx-compose-compiler = "1.3.2"
|
|
androidx-benchmark = "1.2.0-alpha08"
|
|
androidx-profileinstaller = "1.2.1"
|
|
androidx-core = "1.9.0"
|
|
androidx-core-splashscreen = "1.0.0"
|
|
androidx-activity = "1.6.1"
|
|
androidx-lifecycle = "2.6.0-alpha03"
|
|
androidx-navigation = "2.5.3"
|
|
androidx-room = "2.4.3"
|
|
androidx-datastore = "1.0.0"
|
|
androidx-startup = "1.1.1"
|
|
androidx-work = "2.7.1"
|
|
androidx-hilt = "1.0.0"
|
|
androidx-media3 = "1.0.0-beta03"
|
|
androidx-test-ext = "1.1.4"
|
|
androidx-test-espresso = "3.5.0"
|
|
androidx-test-uiautomator = "2.2.0"
|
|
junit = "4.13.2"
|
|
mockk = "1.13.3"
|
|
|
|
kotlinx-coroutines = "1.6.4"
|
|
dagger = "2.44.2"
|
|
javax-inject = "1"
|
|
|
|
accompanist = "0.28.0"
|
|
coil = "2.2.2"
|
|
renderscript-intrinsics-replacement-toolkit = "0.8-beta"
|
|
|
|
[libraries]
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx-core-splashscreen" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
|
|
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
|
|
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" }
|
|
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
|
|
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "androidx-benchmark" }
|
|
androidx-profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "androidx-profileinstaller" }
|
|
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
|
|
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" }
|
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
|
|
|
|
androidx-room-common = { module = "androidx.room:room-common", version.ref = "androidx-room" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
|
|
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
|
|
|
|
androidx-startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "androidx-startup" }
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
|
|
|
|
androidx-media3-common = { module = "androidx.media3:media3-common", version.ref = "androidx-media3" }
|
|
androidx-media3-ui = { module = "androidx.media3:media3-ui", version.ref = "androidx-media3" }
|
|
androidx-media3-session = { module = "androidx.media3:media3-session", version.ref = "androidx-media3" }
|
|
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "androidx-media3" }
|
|
|
|
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
|
|
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
|
|
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidx-test-uiautomator" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
|
|
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinx-coroutines" }
|
|
|
|
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "dagger" }
|
|
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger" }
|
|
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "dagger" }
|
|
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
|
|
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
|
|
|
|
javax-inject = { module = "javax.inject:javax.inject", version.ref = "javax-inject" }
|
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
|
accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist" }
|
|
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist" }
|
|
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
|
renderscript-intrinsics-replacement-toolkit = { module = "com.github.maximillianleonov:renderscript-intrinsics-replacement-toolkit", version.ref = "renderscript-intrinsics-replacement-toolkit" }
|
|
|
|
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
|
|
kode-detekt-rules-compose = { module = "ru.kode:detekt-rules-compose", version.ref = "kode-detekt-rules-compose" }
|
|
twitter-compose-rules-detekt = { module = "com.twitter.compose.rules:detekt", version.ref = "twitter-compose-rules" }
|
|
|
|
# Dependencies of the included build-logic.
|
|
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
|
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
spotless-gradle-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
|
|
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
|
|
|
|
[bundles]
|
|
androidx-compose = [
|
|
"androidx-compose-ui",
|
|
"androidx-compose-material3",
|
|
"androidx-compose-ui-tooling-preview",
|
|
"androidx-compose-ui-util"
|
|
]
|
|
androidx-room = ["androidx-room-runtime", "androidx-room-ktx"]
|
|
androidx-media3 = ["androidx-media3-ui", "androidx-media3-session", "androidx-media3-exoplayer"]
|
|
androidx-benchmark = [
|
|
"androidx-test-ext-junit",
|
|
"androidx-test-espresso-core",
|
|
"androidx-test-uiautomator",
|
|
"androidx-benchmark-macro-junit4"
|
|
]
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
|
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
|
|
android-test = { id = "com.android.test", version.ref = "android-gradle-plugin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
|