Assigned
Status Update
Comments
da...@gmail.com <da...@gmail.com> #2
I should probably elaborate on that a bit more here :P. The ideal case would be that data classes written in other modules work the same when consumed. A standard data class (no secondary constructors, `val` properties) works fine when in the same module. The errors produced are also pretty confusing. They'll usually give what they read from the bytecode (constructor params called "var0" or the like) and reports missing setters for fields without names of said fields.
mi...@gmail.com <mi...@gmail.com> #3
I can confirm the bug and the workaround. The same problem arises when you use a data-class from a library with @Embedded
Description
If you are creating a new Android Gradle Plugin Ninja build script, this is the place to discuss and log small issues.
For larger issues, please open Android Studio and click Help/Submit Feedback. Be sure to reference 'Custom C/C++ Build Systems' to help direct the bug.
Alternatively, you can create a bug with this link , but it will have less diagnostic information.