Running k2 on our android project returns this err...
# k2-adopters
r
Running k2 on our android project returns this error on a parcelable object also using kotlinx
Copy code
@Serializable
@Parcelize
data class BannerItem(
    @SerialName("logging_context")
    val loggingContext: LoggingContext? = null,
) : Parcelable
Where
LoggingContext
is a
typealias
Copy code
typealias LoggingContext = @RawValue Map<String, @Serializable(with = AnySerializer::class) Any>
I think it's being tracked here, after this discussion, but just wanted to drop in a slightly different use case if it's helpful
youtrack 1
d
This is a different problem, please report an issue