fix(library): drop out-of-range release years instead of failing the album #12

Merged
bvandeusen merged 262 commits from dev into main 2026-04-20 00:22:20 -04:00
Showing only changes of commit 41af466621 - Show all commits
+3
View File
@@ -157,6 +157,9 @@ dependencies {
testImplementation(libs.mockk)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.okhttp.mockwebserver)
// kotlin.test for assertEquals/assertNull/etc. — version managed by
// the applied Kotlin plugin so no explicit version pin needed.
testImplementation(kotlin("test"))
androidTestImplementation(platform(libs.compose.bom))
androidTestImplementation(libs.compose.ui.test)