File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
22
33plugins {
4- alias(libs.plugins.ben.manes.versions) apply false
4+ alias(libs.plugins.ben.manes.versions)
55 alias(libs.plugins.spotless)
66 alias(libs.plugins.kotlin.multiplatform) apply false
77 alias(libs.plugins.kotlin.android) apply false
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ json = "20250517"
1010koinCore = " 4.0.4"
1111kotlinxCoroutinesCore = " 1.10.2"
1212kotlinxHtmlJvm = " 0.12.0"
13- lifecycleViewmodelCompose = " 2.9.0 "
13+ lifecycleViewmodelCompose = " 2.9.1 "
1414material = " 1.8.2"
1515materialIcons = " 1.7.8"
1616navigationCompose = " 2.9.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments