File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
66buildscript {
77 dependencies {
88 classpath(libs. kotlin. gradle. plugin)
9+ // Temporary workaround for DAGP Kotlin 2.4 incompatibility
10+ // https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1661
11+ classpath(" org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21" )
912 }
1013
1114 repositories {
Original file line number Diff line number Diff line change 11[versions ]
22# Android Components
3- android-components = " 154.0.20260701092714 "
3+ android-components = " 154.0.20260701192917 "
44
55# AGP
66android-gradle-plugin = " 9.2.1"
@@ -42,7 +42,7 @@ androidx-test-uiautomator = "2.4.0-beta02"
4242
4343# Third Party Linting & Static Code Analysis
4444androidx-lint = " 1.0.0-rc01"
45- dependency-analysis = " 3.15 .0"
45+ dependency-analysis = " 3.16 .0"
4646detekt = " 1.23.8"
4747jspecify = " 1.0.0"
4848ktlint = " 1.8.0"
You can’t perform that action at this time.
0 commit comments