https://kotlinlang.org logo
#android
Title
# android
k

kenkyee

03/13/2017, 2:05 AM
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

bernhard

03/13/2017, 7:43 AM
only thing we noticed in OrmLite is that the OrmLiteConfigUtil isn't recognizing .kt files for config generation
k

kenkyee

03/13/2017, 12:51 PM
You probably need a @Jvm* annotation to show your config to it because the core is in Java land..
b

bernhard

03/14/2017, 7:51 PM
I already created an Issue, they are just analysing .java files -.-
10 Views