Skip to content

Commit

Permalink
Update VERSIONING.md (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Jan 31, 2023
1 parent d3c3d7a commit aa64d2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Kotlin version | Minimal Compose version | Notes
1.7.10 | 1.2.0
1.7.20 | 1.2.0 | JS is not supported (fixed in the 1.2.1)
1.7.20 | 1.2.1
1.8.0 | 1.3.0 | 1.3.0 is not supported by earlier k/native versions

### Using the latest Kotlin version

Expand All @@ -44,10 +45,10 @@ The compilation process of composable functions is handled by the Compose compil
First, check [this page](https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility) to find a compatible version. If there is one, use it this way:
```
compose {
kotlinCompilerPlugin.set("androidx.compose.compiler:compiler:1.4.0-alpha02")
kotlinCompilerPlugin.set("androidx.compose.compiler:compiler:1.4.0")
}
```
(`1.4.0-alpha02` corresponds Kotlin 1.7.21)
(`1.4.0` corresponds Kotlin 1.8.0)

#### Disabling Kotlin compatibility check

Expand Down

0 comments on commit aa64d2d

Please sign in to comment.