Switch to AndroidX bundled sqlite driver (#3082)

This commit is contained in:
AntsyLich
2026-03-18 16:08:40 +06:00
committed by GitHub
parent e9ca71d837
commit 8c480c6355
4 changed files with 18 additions and 37 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ dependencies {
implementation(androidx.paging.runtime)
implementation(androidx.paging.compose)
implementation(libs.bundles.sqlite)
implementation(androidx.sqlite.bundled)
implementation(kotlinx.reflect)
implementation(kotlinx.immutables)