@@ -18,15 +18,15 @@ the Kotlin version you have in your projects, for example:
18
18
When configuring your project, check the compatibility of a particular version of the Kotlin Multiplatform Gradle plugin
19
19
(same as the Kotlin version in your project) with Gradle, Xcode, and Android Gradle plugin versions:
20
20
21
- | Kotlin Multiplatform plugin version | Gradle | Android Gradle plugin | Xcode |
22
- | -------------------------------------| ---------------------------------------| ---------------------------------| ---------|
23
- | 2.1.21 | %minGradleVersion%–%maxGradleVersion% | 7.4.2 –%maxAndroidGradleVersion% | %xcode% |
24
- | 2.1.20 | 7.6.3–8.11 | 7.4.2–8.7.2 | 16.0 |
25
- | 2.1.0–2.1.10 | 7.6.3-8.10* | 7.4.2–8.7.2 | 16.0 |
26
- | 2.0.21 | 7.5-8.8* | 7.4.2–8.5 | 16.0 |
27
- | 2.0.20 | 7.5-8.8* | 7.4.2–8.5 | 15.3 |
28
- | 2.0.0 | 7.5-8.5 | 7.4.2–8.3 | 15.3 |
29
- | 1.9.20 | 7.5-8.1.1 | 7.4.2–8.2 | 15.0 |
21
+ | Kotlin Multiplatform plugin version | Gradle | Android Gradle plugin | Xcode |
22
+ | -------------------------------------| ---------------------------------------| ----------------------------------------------------- | ---------|
23
+ | 2.1.21 | %minGradleVersion%–%maxGradleVersion% | %minAndroidGradleVersion% –%maxAndroidGradleVersion% | %xcode% |
24
+ | 2.1.20 | 7.6.3–8.11 | 7.4.2–8.7.2 | 16.0 |
25
+ | 2.1.0–2.1.10 | 7.6.3-8.10* | 7.4.2–8.7.2 | 16.0 |
26
+ | 2.0.21 | 7.5-8.8* | 7.4.2–8.5 | 16.0 |
27
+ | 2.0.20 | 7.5-8.8* | 7.4.2–8.5 | 15.3 |
28
+ | 2.0.0 | 7.5-8.5 | 7.4.2–8.3 | 15.3 |
29
+ | 1.9.20 | 7.5-8.1.1 | 7.4.2–8.2 | 15.0 |
30
30
31
31
> * Kotlin 2.0.20–2.0.21 and Kotlin 2.1.0–2.1.10 are fully compatible with Gradle up to 8.6.
32
32
> Gradle versions 8.7–8.10 are also supported, with only one exception: If you use the Kotlin Multiplatform Gradle plugin,
0 commit comments