ormlite-android-gradle-plugin
ormlite-android-gradle-plugin copied to clipboard
Support for Kotlin Classes?
Does this plugin properly generate ormlite_config for Kotlin classes that use the @DatabaseField annotation?
No idea ! We start using Kotlin at Groupon, and not in the module where we use this plugin. I can't say exactly whether or not it should work.
I would add that this plugin is slowly getting to the attic as Room is a much better database for android than ormlite...
If needed though, I can add a small PR that you might want to contribute, let me know. But I won't work past this on this plugin.
Good luck !