sockeqwe / sqlbrite-dao

DAO for SQLBrite
http://hannesdorfmann.com/android/sqlbrite-dao
Apache License 2.0
182 stars 22 forks source link

Support for kotlin data classes #21

Open sockeqwe opened 8 years ago

sockeqwe commented 8 years ago

Initial kotlin support has been introduced in 0.4.1. However, data classes are not supported yet, because that would mean that the @Column annotations have to be supported as constructor parameters as well