770332152b
This is the cause for the 'missing dependency supertype: Serializable' issue: symbols from built-ins will have the additional Serializable supertype provided by FirJvmDeserializationExtension that shouldn't be used for non-JVM. In regular modules it is correctly not added by the non-JVM sessions, leading to difference in supertypes and the error. KTIJ-27449