You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ This is incredibly useful for:
170
170
First, add the plugin to the `[plugins]` section of your `libs.versions.toml` file:
171
171
172
172
```toml
173
-
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.6.0" }
173
+
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.6.1" }
174
174
```
175
175
176
176
Then, apply it to your root `build.gradle.kts` with `apply false`:
@@ -191,15 +191,8 @@ Sync your project to complete the setup.
191
191
It’s **strongly recommended to use the exact same Kotlin version** as this library. Using a different Kotlin version may lead to compilation errors during the build process.
0 commit comments