From 3b50e67ff3001fb900271a00184df1fe23dfb85b Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+unredundant@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:58:33 -0700 Subject: [PATCH] doc: add compatibility matrix on README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8ce6210..0f12b8806 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,13 @@ Kompendium is intended to be a minimally invasive OpenApi Specification generato that users will use only Ktor native functions when implementing their API, and will supplement with Kompendium code in order to generate the appropriate spec. -🚨 Kompendium _only_ supports Ktor 1.x +### Compatability + +| Kompendium | Ktor | OpenAPI | +|---|---| --- | +| 1.X | 1 | 3.0 | +| 2.X | 1 | 3.0 | +| 3.X | 2 | 3.1 | ## How to install