nikolaymetchev
09/15/2023, 9:58 AMnikolaymetchev
09/15/2023, 10:06 AM@OptIn(ExperimentalSerializationApi::class)
@Serializer(forClass = APIGatewayV2HTTPEvent::class)
object APIGatewayV2HTTPEventSerializer : KSerializer<APIGatewayV2HTTPEvent>
results in
org.jetbrains.kotlin.ir.declarations.lazy.IrLazyClass@5a5ecff is expected to have a primary constructor
pdvrieze
09/18/2023, 9:06 AMnikolaymetchev
09/18/2023, 9:08 AMnikolaymetchev
09/18/2023, 10:25 AM