From 63b295b7e1a0a2bb3066e4022f09ce4319929e5d Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Fri, 23 May 2025 21:57:54 +0200 Subject: [PATCH] Remove Koin from playback module --- android-lint.xml | 3 --- playback/core/build.gradle.kts | 3 --- 2 files changed, 6 deletions(-) diff --git a/android-lint.xml b/android-lint.xml index 27e13e78d..8fc59a821 100644 --- a/android-lint.xml +++ b/android-lint.xml @@ -13,9 +13,6 @@ - - - diff --git a/playback/core/build.gradle.kts b/playback/core/build.gradle.kts index 95e8a7d22..fc329b8d2 100644 --- a/playback/core/build.gradle.kts +++ b/playback/core/build.gradle.kts @@ -32,9 +32,6 @@ dependencies { // Android(x) implementation(libs.androidx.core) - // Dependency Injection - implementation(libs.bundles.koin) - // Logging implementation(libs.timber)