Ormlite should work fine then... We're also using ...
# android
k
Ormlite should work fine then... We're also using it because we want to use gson in the data models instead of having a separate data layer 😛
👍🏼 2
b
only thing we noticed in OrmLite is that the OrmLiteConfigUtil isn't recognizing .kt files for config generation
k
You probably need a @Jvm* annotation to show your config to it because the core is in Java land..
b
I already created an Issue, they are just analysing .java files -.-