Remove Koin from playback module

This commit is contained in:
Niels van Velzen
2025-05-23 21:57:54 +02:00
committed by Niels van Velzen
parent ed268d2cbe
commit 63b295b7e1
2 changed files with 0 additions and 6 deletions

View File

@@ -13,9 +13,6 @@
<issue id="MangledCRLF" severity="warning" />
<issue id="NegativeMargin" severity="warning" />
<issue id="NoHardKeywords" severity="warning" />
<issue id="NotificationPermission">
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
</issue>
<issue id="Registered" severity="warning" />
<issue id="RequiredSize" severity="error" />
<issue id="Typos" severity="ignore" />

View File

@@ -32,9 +32,6 @@ dependencies {
// Android(x)
implementation(libs.androidx.core)
// Dependency Injection
implementation(libs.bundles.koin)
// Logging
implementation(libs.timber)