Emil Kantis
11/24/2021, 9:46 PMHttpClient.get<T>()
causes compilation to fail with Annotated types are not supported in typeOf
http.get<BaseResponse<@Serializable(with = ItemSerializer::class) Item>>("/v1/items/$id")
Failed to find anything related on google/youtrack/github . Filed a YT-issue here, but would be happy to close if someone can help me figure out what I’m doing wrong, or why this shouldn’t work, in general..Aleksei Tirman [JB]
11/25/2021, 8:05 AMItem
class.Emil Kantis
11/25/2021, 8:08 AMorg.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
Aleksei Tirman [JB]
11/25/2021, 9:11 AMBackendException
here.Emil Kantis
11/25/2021, 9:12 AMEmil Kantis
11/25/2021, 9:04 PM