feat: M3 weighted shuffle v1 — real /api/radio with scoring #21
@@ -62,7 +62,6 @@ android {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
kotlinOptions { jvmTarget = "17" }
|
||||
|
||||
buildFeatures {
|
||||
compose = true
|
||||
@@ -78,6 +77,16 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
// Kotlin 2.x: `kotlinOptions { ... }` inside `android { }` is gone; the
|
||||
// modern shape is the top-level `kotlin { compilerOptions { ... } }` block,
|
||||
// which works whether Kotlin comes from AGP 9's built-in path or an
|
||||
// explicit plugin alias.
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17)
|
||||
}
|
||||
}
|
||||
|
||||
detekt {
|
||||
toolVersion = libs.versions.detekt.get()
|
||||
config.setFrom(files("$rootDir/config/detekt.yml"))
|
||||
|
||||
Reference in New Issue
Block a user