thevery
10/03/2018, 3:59 PMkotlin.NotImplementedError: An operation is not implemented: Intrinsic to be implemented in compiler
sandwwraith
10/04/2018, 11:04 AMKClass.serializer()
method. It is indeed unavailable on Native due to the lack of reflection; as message says, we have a plan to intrinsify it.
Right now you have to always explicitly pass a serializer, obtaining it from e.g. generated .serializer()
function on Companion object of serializable class.thevery
10/04/2018, 3:36 PM