Release v2026.05.15.0 — system playlists v2, offline cache rework, CI speedup #48
@@ -97,6 +97,17 @@ detekt {
|
|||||||
autoCorrect = false
|
autoCorrect = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// detekt 1.23.7 bundles kotlin-compiler-embeddable 1.9.10, which caps
|
||||||
|
// `--jvm-target` at 22. The runner's JDK is 25 and detekt would auto-
|
||||||
|
// detect that, so pin the analyzer target to match our actual bytecode
|
||||||
|
// target (17).
|
||||||
|
tasks.withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {
|
||||||
|
jvmTarget = "17"
|
||||||
|
}
|
||||||
|
tasks.withType<io.gitlab.arturbosch.detekt.DetektCreateBaselineTask>().configureEach {
|
||||||
|
jvmTarget = "17"
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.androidx.core.ktx)
|
implementation(libs.androidx.core.ktx)
|
||||||
implementation(libs.androidx.lifecycle.runtime.compose)
|
implementation(libs.androidx.lifecycle.runtime.compose)
|
||||||
|
|||||||
Reference in New Issue
Block a user