Robert Jaros
08/20/2020, 12:48 PMError: This marker function should never been called. Looks like compiler did not eliminate it properly. Please, report an issue if you caught this exception.
How should I report this issue? There is not really much more information but I suppose it comes from serialization.Robert Jaros
08/20/2020, 12:59 PMKotlin.getReifiedTypeParameterKType = function (typeParameter) {
throwMarkerError();
};
function throwMarkerError() {
throw new Error('This marker function should never been called. ' + 'Looks like compiler did not eliminate it properly. ' + 'Please, report an issue if you caught this exception.');
}
[JB] Shagen
08/20/2020, 7:40 PMRobert Jaros
08/20/2020, 8:51 PMOmar Mainegra
09/24/2020, 3:43 PMRobert Jaros
09/24/2020, 4:33 PMKClass<T>.serializer()
with @OptIn(InternalSerializationApi::class)
annotation.Omar Mainegra
09/24/2020, 4:33 PMRobert Jaros
09/24/2020, 4:36 PMserializer()
function, so I've just skipped this migration for now.Omar Mainegra
09/24/2020, 4:36 PM