Nikhil Parab
03/26/2025, 9:01 PMjava.lang.NullPointerException: Parameter specified as non-null is null: method kotlinx.serialization.encoding.AbstractEncoder.encodeStringElement, parameter value at kotlinx.serialization.encoding.AbstractEncoder.encodeStringElement(Unknown Source:8)
Stylianos Gakis
03/26/2025, 9:14 PMIan Lake
03/26/2025, 10:30 PMYourCustomNavType<YourClass>
and YourCustomNavType<YourClass?>
- you have to use a nullable type if you want to support nullable values