You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
I am encountering a problem where the auto-generated classes for our model classes, which are essential for retrieving locally stored data, are not being generated. Any assistance in resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
### Below were the dependencies I am using for integration of dbflow with sqlCipher :
Gadle configuration :
compileSdk 34
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.hhaexchange.caregiver"
minSdkVersion 23
targetSdkVersion 34
versionCode 136
versionName "24.03.02"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Issue:
I am encountering a problem where the auto-generated classes for our model classes, which are essential for retrieving locally stored data, are not being generated. Any assistance in resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: