Zoltan Demant
02/05/2024, 2:02 PMval t = Class.forName(name).kotlin
then when(t) { TypeA::class -> etc }
to save/restore navigation state in my application. Im leaning towards switching to kotlin-serialization for this to support multiplatform, but thought Id first ask if theres a easier way to acheive this kind of logic without any extra libraries?Joel Denke
02/05/2024, 2:11 PMZoltan Demant
02/05/2024, 2:19 PMJoel Denke
02/05/2024, 2:27 PMJoel Denke
02/05/2024, 2:28 PMJoel Denke
02/05/2024, 2:30 PMZoltan Demant
02/05/2024, 2:37 PMJoel Denke
02/05/2024, 2:43 PM