You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
[](https://search.maven.org/#search%7Cga%7C1%7Corg.openfolder%20kotlin-asyncapi)
6
6
7
7
*[About](#about)
8
+
*[Prerequisites](#prerequisites)
8
9
*[Module Roadmap](#module-roadmap)
9
10
*[Usage](#usage)
10
11
*[Kotlin DSL](#kotlin-dsl-usage)
@@ -21,6 +22,16 @@ The Kotlin AsyncAPI project aims to provide convenience tools for generating and
21
22
[Kotlin DSL](https://kotlinlang.org/docs/type-safe-builders.html) for building the specification in a typesafe way.
22
23
The modules around that core build a framework for documenting asynchronous microservice APIs.
23
24
25
+
## Prerequisites
26
+
The framework generally supports any JVM project. Compatibility has been tested, but is not limited to the following versions:
0 commit comments