Skip to content

Commit

Permalink
feat: document compatibility ranges of KMP
Browse files Browse the repository at this point in the history
^KT-60827
  • Loading branch information
dsavvinov authored and danil-pavlov committed Oct 17, 2023
1 parent 40cda08 commit e17d346
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/topics/multiplatform/multiplatform-compatibility-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@
This guide summarizes [incompatible changes](kotlin-evolution.md#incompatible-changes) you might encounter while
developing projects with Kotlin Multiplatform.

Starting from the Kotlin 1.9.20, we document the versions of external tools recommeded for use in Kotlin Multiplatform
projects:

| Kotlin Version | Gradle | Android Gradle Plugin | Xcode |
|----------------|--------|-----------------------|-------|
| 1.9.20 | \>=7.5 | 7.4.2 <=> 8.2 | 15.0 |


> Mind the deprecation cycle of a specific change in relation to the Kotlin version you have in your projects. The current
> Stable version of Kotlin is %kotlinVersion%.
>
>
{type="note"}



## New approach to auto-generated targets

**What's changed?**
Expand Down

0 comments on commit e17d346

Please sign in to comment.