-
Currently it's Providing only firebase-database support if someone can work on adding other databases like ROOM-database
in java or kotlin
-
When I enable KSP2 through gradle.properties (`ksp.useKSP2=true`), I get errors when compiling a Room database that uses a serialized entity.
```
e: [ksp] [MissingType]: Element 'com.example.myapp…
-
### ⚠️ Before posting ⚠️
- [X] This is a **bug**, not a question or an enhancement.
- [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
…
-
I have learned from Udacity Nanodegree course that rather using SQLite database for local storage, we use the new and improved database, RoomDatabase.
So we get to the point we need to store some d…
-
```
Fatal Exception: android.database.sqlite.SQLiteException: file is not a database (code 26): , while compiling: SELECT COUNT(*) FROM sqlite_schema;
###############################################…
-
### Checklist
- [X] I've verified that I'm running the latest [**stable version**](https://github.com/BobbyESP/Spowlo/releases/latest/) of Spowlo or any later [**preview versions**](https://github.co…
-
1. Warning jdk 8 replace with incruste JDK11
> Task :app:kaptDebugKotlin
warning: Current JDK version 1.8.0_301-b09 has a bug (https://bugs.openjdk.java.net/browse/JDK-8007720) that prevents Room …
-
### Checklist
- [X] I've verified that I'm running the latest [**stable version**](https://github.com/BobbyESP/Spowlo/releases/latest/) of Spowlo or any later [**preview versions**](https://github.co…
-
关于RoomDatabase单例问题 Context被回收会对RoomDatabase有影响吗?
-
After upgrading KSP to 1.5.10 from 1.4.32, I got the following error when using Room:
```
Caused by: java.lang.RuntimeException: cannot find implementation for de.thb.core.data.AppDatabase. AppDat…