We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6540c commit 8da8a93Copy full SHA for 8da8a93
README.md
@@ -28,8 +28,8 @@ And you will have to include the required dependencies:
28
29
```groovy
30
dependencies {
31
- implementation 'com.github.tobrun.kotlin-data-compat:annotation:0.6.0'
32
- ksp 'com.github.tobrun.kotlin-data-compat:processor:0.6.0'
+ implementation 'com.github.tobrun.kotlin-data-compat:annotation:0.8.0'
+ ksp 'com.github.tobrun.kotlin-data-compat:processor:0.8.0'
33
}
34
```
35
0 commit comments