I've started using parcelize in Kotlin, and it wor...
# android
e
I've started using parcelize in Kotlin, and it works fine in debug build. However, when compile in released build, the proguard warn as per https://stackoverflow.com/questions/47655197/cant-find-referenced-class-kotlin-internal-annotations-avoiduninitializedobject I put dontwarn, and that crashes the App later. Any idea how to solve this