"Default constructor" implies "constructor without...
# android
r
"Default constructor" implies "constructor without arguments". Sorry, in #general thread I missed the point that this is Android. You can still use no-arg plugin, just pass
Table
annotation (with full package name) as a parameter to in via Gradle (linked doc mentions the way to do that). After that the plugin should generate needed constructor. Or did you configure it properly already and it's still not working?