Skip to content

Commit bf9c51e

Browse files
authored
Update README with KMP support details
Added information about Kotlin Multiplatform support for the @TraceRecomposition annotation.
1 parent eeb86d7 commit bf9c51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can change the configuration on the way below:
104104

105105
## Stability Analyzer for Tracking Runtime Recomposition
106106

107-
You can track the recomposition for specific composable functions with the `@TraceRecomposition` annotation at runtime. You don't need to write any logging code yourself, just add the annotation, run your app, and watch detailed recomposition logs appear in Logcat.
107+
You can track the recomposition for specific composable functions with the `@TraceRecomposition` annotation at runtime (KMP supports). You don't need to write any logging code yourself, just add the annotation, run your app, and watch detailed recomposition logs appear in Logcat. This compiler plugin supports Kotlin Multiplatform.
108108

109109
![preview](art/preview6.png)
110110

0 commit comments

Comments
 (0)