mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
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:
@@ -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).
|
||||
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user