doc: add compatibility matrix on README

This commit is contained in:
Ryan Brink
2022-08-16 13:58:33 -07:00
committed by GitHub
parent ee875b6fce
commit 3b50e67ff3

View File

@ -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 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. 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 ## How to install