11[versions ]
22kotlin = " 1.9.22"
3- kotlin-coroutines = " 1.6.4 "
3+ kotlin-coroutines = " 1.7.3 "
44ktor = " 2.3.5"
5- kotest = " 5.7.2"
65# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
76compose-compiler = " 1.5.8" # It's used! Use compatible with Kotlin one
87glance = " 1.0.0-alpha05"
9- room = " 2.4.2 "
8+ room = " 2.6.1 "
109detekt = " 1.23.1" # https://detekt.dev/docs/gettingstarted/gradle/
1110composeDestinations = " 1.9.57"
1211
@@ -89,7 +88,7 @@ glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref =
8988glance-material3 = { module = " androidx.glance:glance-material3" , version.ref = " glance" }
9089
9190# Local persistence
92- datastore = { module = " androidx.datastore:datastore-preferences" , version = " 1.1.0-alpha01 " }
91+ datastore = { module = " androidx.datastore:datastore-preferences" , version = " 1.1.0-beta02 " }
9392room-runtime = { module = " androidx.room:room-runtime" , version.ref = " room" }
9493room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
9594room-ktx = { module = " androidx.room:room-ktx" , version.ref = " room" }
@@ -99,7 +98,7 @@ detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plu
9998detekt-ruleset-compiler = { module = " com.braisgabin.detekt:kotlin-compiler-wrapper" , version = " 0.0.4" }
10099detekt-ruleset-ktlint = { module = " io.gitlab.arturbosch.detekt:detekt-formatting" , version.ref = " detekt" }
101100detekt-ruleset-compose = { module = " io.nlopez.compose.rules:detekt" , version = " 0.3.0" }
102- slack-lint-compose = { module = " com.slack.lint.compose:compose-lint-checks" , version = " 1.2.0 " }
101+ slack-lint-compose = { module = " com.slack.lint.compose:compose-lint-checks" , version = " 1.3.1 " }
103102sonarQube-gradle-plugin = { module = " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin" , version = " 2.7.1" }
104103
105104# Dev Tools
@@ -154,5 +153,4 @@ glance = [
154153]
155154
156155[plugins ]
157- gradleWrapperUpgrade = { id = " org.gradle.wrapper-upgrade" , version = " 0.11.4" }
158156deteKt = { id = " io.gitlab.arturbosch.detekt" }
0 commit comments