add room db

This commit is contained in:
androidlover5842
2026-02-08 19:21:07 +05:30
parent e9c3b4f669
commit 1000f2411c
18 changed files with 823 additions and 129 deletions

View File

@@ -21,6 +21,8 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.builtInKotlin=false
android.newDsl=false
systemProp.java.net.preferIPv4Stack=true
org.gradle.internal.http.connectionTimeout=600000
org.gradle.internal.http.socketTimeout=600000