We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752f1fd commit b6948caCopy full SHA for b6948ca
README.md
@@ -139,7 +139,7 @@ This is incredibly useful for:
139
Add the dependency below to your `libs.versions.toml` file:
140
141
```toml
142
-stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.5.1" }
+stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.5.2" }
143
```
144
145
Next, apply the plugin on your root's `build.gradle.kts` file like below:
@@ -154,6 +154,7 @@ It’s **strongly recommended to use the exact same Kotlin version** as this lib
154
155
| Stability Analyzer | Kotlin |
156
|--------------------|-------------|
157
+| 0.5.2 | 2.2.21 |
158
| 0.5.1 | 2.2.21 |
159
| 0.5.0 | 2.2.21 |
160
| 0.4.2 | 2.2.21 |
0 commit comments