Use non-ktx variants of androidx libraries

This commit is contained in:
Niels van Velzen
2026-08-13 07:26:03 +02:00
committed by Niels van Velzen
parent 8f1a551648
commit 75a504b634
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -175,7 +175,6 @@ dependencies {
// Room
implementation(libs.bundles.androidx.room)
implementation(libs.androidx.room.ktx)
ksp(libs.androidx.room.compiler)
// Monitoring
+2 -3
View File
@@ -92,8 +92,8 @@ androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscree
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "androidx-activity" }
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "androidx-documentfile" }
androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "androidx-fragment" }
androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
androidx-fragment = { group = "androidx.fragment", name = "fragment", version.ref = "androidx-fragment" }
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "androidx-work" }
androiddesugarlibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androiddesugarlibs" }
# Lifecycle Extensions
@@ -141,7 +141,6 @@ jellyfin-androidx-media3-ffmpeg-decoder = { module = "org.jellyfin.media3:media3
# Room
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "androidx-room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "androidx-room" }
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidx-room" }
# Monitoring
timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }