Skip to content

Commit ebee568

Browse files
committed
Update compatibility section in README.md
1 parent 0cf88a5 commit ebee568

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,16 @@ pluginManagement {
8585

8686
### Compatibility
8787

88-
Currently, Mokkery is compatible with Kotlin versions `1.8.20`, `1.8.21`, `1.8.22` and `1.9.0`. The goal is to support
89-
4 latest versions of Kotlin for each library release. However, if a new Kotlin release introduces breaking changes,
90-
especially in the compiler API, it might result in dropped support for older versions. The latest Kotlin version is
91-
always prioritized.
88+
The goal is to support 4 latest versions of Kotlin for each library release. However, if a new Kotlin release introduces
89+
breaking changes, especially in the compiler API, it might result in dropped support for older versions. The latest
90+
Kotlin version is always prioritized.
91+
92+
| Plugin version | Kotlin version |
93+
|-----------------------------------|-----------------------------------------------|
94+
| 1.8.20-1.01 | 1.8.20 |
95+
| 1.8.21-1.01 | 1.8.21 |
96+
| 1.8.22-1.01 | 1.8.22 |
97+
| 1.9.0-1.01 | 1.9.0 |
9298

9399
### Targets
94100

0 commit comments

Comments
 (0)