thevery
10/03/2018, 3:59 PMthevery
10/03/2018, 4:48 PMkotlin.NotImplementedError: An operation is not implemented: Intrinsic to be implemented in compiler
thevery
10/04/2018, 10:28 AMsandwwraith
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.sandwwraith
10/04/2018, 11:05 AMthevery
10/04/2018, 3:36 PM