Akram
06/28/2020, 6:29 PMKProperty
it is working well in debugging , the problem is with r8 obfuscation i'm getting app crashing is there other way to do this ? here is my codeAdam Powell
06/28/2020, 6:36 PMcopy
at runtime anymore so it can't be found. Assuming you are trying to do this to facilitate deep copies of nested immutable data classes, you might have a look at arrow optics instead, which uses code generation instead of reflection: https://arrow-kt.io/docs/0.10/optics/lens/, and the folks over in #arrow would probably be quite helpfulAkram
06/28/2020, 6:40 PM