Skip to content

Commit 3aac7c3

Browse files
committed
Update README
1 parent 3bf0cf3 commit 3aac7c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ This is incredibly useful for:
170170
First, add the plugin to the `[plugins]` section of your `libs.versions.toml` file:
171171

172172
```toml
173-
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.6.3" }
173+
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.6.4" }
174174
```
175175

176176
Then, apply it to your root `build.gradle.kts` with `apply false`:
@@ -192,7 +192,7 @@ It’s **strongly recommended to use the exact same Kotlin version** as this lib
192192

193193
| Stability Analyzer | Kotlin |
194194
|--------------------|-------------|
195-
| 0.4.0~0.6.3 | 2.2.21 |
195+
| 0.4.0~0.6.4 | 2.2.21 |
196196

197197
### TraceRecomposition Annotation
198198

compose-stability-analyzer-idea/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
1616
- More robust cross-module dependency passing mechanism in Gradle plugin
1717
- Better compatibility with multi-module Android projects
1818

19+
### Known Issues
20+
- Tool window may show "Unknown.kt" for composables defined inside classes/objects
21+
- This occurs because source file lookup only searches top-level declarations
22+
- Will be addressed in a future release
23+
1924
## [0.6.3] - 2025-12-13
2025

2126
### Added

0 commit comments

Comments
 (0)