Skip to content

Commit e7a996e

Browse files
author
Krzysztof Borowy
committed
docs
1 parent 096f581 commit e7a996e

File tree

1 file changed

+10
-3
lines changed
  • packages/website/docs/advanced

1 file changed

+10
-3
lines changed

packages/website/docs/advanced/Next.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ AsyncStorage_useNextStorage=true
4747

4848
**Kotlin version**
4949

50-
Next storage is tested against Kotlin version `1.8.10`.
50+
Next storage is tested against Kotlin version `1.9.20`.
5151
You can specify different version, in one of two ways:
5252

5353
- add `kotlinVersion` extension to the `rootProject`:
5454

5555
```groovy
56-
rootProject.ext.kotlinVersion = '1.8.10'
56+
rootProject.ext.kotlinVersion = '1.9.20'
5757
```
5858

5959
- specify `AsyncStorage_kotlinVersion` in `gradle.properties`:
6060

6161
```groovy
62-
AsyncStorage_kotlinVersion=1.8.10
62+
AsyncStorage_kotlinVersion=1.9.20
6363
```
6464

6565
**Room**
@@ -71,6 +71,13 @@ Currently, tested version is `2.4.3`. You can specify different version, by addi
7171
AsyncStorage_next_roomVersion=2.4.3
7272
```
7373

74+
KSP is enabled for symbol processing for Room.
75+
If you use different Kotlin version than default, you should also [update KSP version](https://github.com/google/ksp/releases) to keep compatibility:
76+
77+
```groovy
78+
AsyncStorage_next_kspVersion=1.9.20-1.0.14
79+
```
80+
7481
### Notable changes
7582

7683
Alongside of a warning regarding `key`/`value`, errors are thrown when:

0 commit comments

Comments
 (0)