Update compatibility table (#4351)

* Update compatibility table

* Update docs/pages/compatibility.md

Co-authored-by: Matthew Haughton <3flex@users.noreply.github.com>

* Update readme

Co-authored-by: Matthew Haughton <3flex@users.noreply.github.com>
This commit is contained in:
Brais Gabín
2021-12-02 04:35:51 +01:00
committed by GitHub
parent 3e6a69741d
commit e4e2b5b430
2 changed files with 2 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ Gradle 6.1+ is the minimum requirement. However, the recommended versions togeth
| Detekt Version | Gradle | Kotlin | AGP | Java Target Level | JDK Max Version |
| -------------- | ------ | ------ | --- | ----------------- | --------------- |
| `1.18.0` | `7.0.1` | `1.5.21` | `4.2.0` | `1.8` | `16` |
| `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2`| `1.8` | `17` |
The list of [recommended versions for previous detekt version is listed here](https://detekt.github.io/detekt/compatibility.html).

View File

@@ -28,6 +28,7 @@ Consider **aligning** your Gradle plugin versions with the one listed below, as
| Detekt Version | Gradle Version | Kotlin Version | AGP Version | Java Target Level | JDK Version |
| -------------- | -------------- | -------------- | ----------- | ----------------- | ----------- |
| `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2` | `1.8` | `17` |
| `1.18.0` | `7.0.1` | `1.5.21` | `4.2.0` | `1.8` | `16` |
| `1.17.0` | `7.0.1` | `1.4.32` | `4.2.0` | `1.8` | `15` |
| `1.16.0` | `6.8.0` | `1.4.21` | `4.1.2` | `1.8` | `15` |