Skip to content

Commit 8e84d72

Browse files
authored
fix: clearer reference to the KMP plugin
To align with [this compatibility table](https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin) among other things.
1 parent 5f809d3 commit 8e84d72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/topics/multiplatform/multiplatform-compatibility-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ developing projects with Kotlin Multiplatform.
1010

1111
## Version compatibility
1212

13-
When configuring your project, check the compatibility of a particular Kotlin version (the version of Kotlin Multiplatform Gradle plugin)
13+
When configuring your project, check the compatibility of a particular version of the Kotlin Multiplatform Gradle plugin (same as the Kotlin version in your project)
1414
with available Gradle, Xcode, and Android Gradle plugin versions:
1515

16-
| Kotlin version | Gradle | Android Gradle plugin | Xcode |
17-
|----------------|-----------|-----------------------|-------|
18-
| 2.0.20 | 7.5-8.8* | 7.4.2–8.5 | 15.3 |
19-
| 2.0.0 | 7.5-8.5 | 7.4.2–8.3 | 15.3 |
20-
| 1.9.20 | 7.5-8.1.1 | 7.4.2–8.2 | 15.0 |
16+
| Kotlin Multiplatform plugin version | Gradle | Android Gradle plugin | Xcode |
17+
|-------------------------------------|-----------|-----------------------|-------|
18+
| 2.0.20 | 7.5-8.8* | 7.4.2–8.5 | 15.3 |
19+
| 2.0.0 | 7.5-8.5 | 7.4.2–8.3 | 15.3 |
20+
| 1.9.20 | 7.5-8.1.1 | 7.4.2–8.2 | 15.0 |
2121

2222
> Kotlin 2.0.20 is fully compatible with Gradle 6.8.3 through 8.6.
2323
> Gradle 8.7 and 8.8 are also supported, but you may see deprecation warnings in your multiplatform projects

0 commit comments

Comments
 (0)