Hey everyone, 👋
I’ve been working on a small annotation processor library called
Ktorgen, which aims to reduce boilerplate when writing Ktor client APIs. It works in a similar way to Retrofit, with just minor differences in headers and without requiring adapters, converters, or runtime overhead.
I just released
version 0.4.0, which now includes
multi-round KSP support, and it’s already available on Maven Central.
If anyone is interested in trying it out and sharing feedback, it would help me a lot to improve it 🙏
👉
GitHub – Ktorgen