File tree 1 file changed +6
-6
lines changed
packages/website/docs/advanced
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,36 +47,36 @@ AsyncStorage_useNextStorage=true
47
47
48
48
** Kotlin version**
49
49
50
- Next storage is tested against Kotlin version ` 1.9.20 ` .
50
+ Next storage is tested against Kotlin version ` 1.9.23 ` .
51
51
You can specify different version, in one of two ways:
52
52
53
53
- add ` kotlinVersion ` extension to the ` rootProject ` :
54
54
55
55
``` groovy
56
- rootProject.ext.kotlinVersion = '1.9.20 '
56
+ rootProject.ext.kotlinVersion = '1.9.23 '
57
57
```
58
58
59
59
- specify ` AsyncStorage_kotlinVersion ` in ` gradle.properties ` :
60
60
61
61
``` groovy
62
- AsyncStorage_kotlinVersion=1.9.20
62
+ AsyncStorage_kotlinVersion=1.9.23
63
63
```
64
64
65
65
** Room**
66
66
67
67
Next AsyncStorage uses [ Room persistence library] ( https://developer.android.com/jetpack/androidx/releases/room ) to store data.
68
- Currently, tested version is ` 2.4.3 ` . You can specify different version, by adding a flag to ` gradle.properties ` :
68
+ Currently, tested version is ` 2.6.1 ` . You can specify different version, by adding a flag to ` gradle.properties ` :
69
69
70
70
``` groovy
71
- AsyncStorage_next_roomVersion=2.4.3
71
+ AsyncStorage_next_roomVersion=2.6.1
72
72
```
73
73
74
74
KSP is enabled for symbol processing for the Room library.
75
75
KSP version will be selected based on Kotlin version in your project.
76
76
If you want to use different KSP version, you can set a property in ` gradle.properties ` :
77
77
78
78
``` groovy
79
- AsyncStorage_next_kspVersion=1.9.20 -1.0.14
79
+ AsyncStorage_next_kspVersion=1.9.23 -1.0.20
80
80
```
81
81
82
82
### Notable changes
You can’t perform that action at this time.
0 commit comments