File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
compose-stability-analyzer-idea Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ This is incredibly useful for:
170170First, 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
176176Then, 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments