Title
j

jan.rabe

02/10/2017, 9:15 AM
i prefer just using the https://github.com/johncarl81/parceler lib with data classes
@Parcel(Parcel.Serialization.BEAN)
data class MyClass(val value)
l

lupajz

02/10/2017, 10:04 AM
jan.rabe: Don’t you get reflection used warnings ?
j

jan.rabe

02/10/2017, 10:13 AM
not that i know
thought it's using annotation processing during compile time rather than reflection
l

lupajz

02/10/2017, 10:53 PM
Well I used it some time ago, but I used to get reflection being used warnings at compilation in same setup 😕