ktor new The Ktor roadmap for 2025–2026 is here! Here's what we'll be working on:
• API docs (OpenAPI is already in preview)
• WebRTC Client with a Multiplatform API
• Integration with Koog
• and more!
🔗* Explore what’s next for Ktor*
🚀 35
🙌 1
z
Z
10/01/2025, 7:50 PM
Can Coursera create a new course on Kotlin Everywhere / Full-Stack Kotlin (KMM + DataFrame + Koog ORM + backend/frontend)?
p
phteven
10/02/2025, 8:32 AM
Does the open api plugin know about the request body used for endpoints?
b
Bruce Hamilton
10/02/2025, 9:31 AM
@phteven Yes, when using content negotiation, it should infer the model based on the type arguments for request body and response. There's still quite a few limitations there, but the basic support is there.