Hi, can i somehow access CREATOR object from @Parc...
# android
d
Hi, can i somehow access CREATOR object from @Parcelize generated code? If I decompile kotlin bytecode to java, i can see the classes, but with
MyEntity.CREATOR
does not compile. I want to use it in my tests