Skip to content

Commit a1cc46f

Browse files
authored
Update README.md
1 parent 75c8e33 commit a1cc46f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can change the configuration on the way below:
102102

103103
## Stability Analyzer for Tracking Runtime Recomposition
104104

105-
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. It also supports Kotlin Multiplatform.
105+
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.
106106

107107
![preview](art/preview6.png)
108108

@@ -130,18 +130,6 @@ Next, apply the plugin on your root's `build.gradle.kts` file like below:
130130
alias(libs.plugins.stability.analyzer)
131131
```
132132

133-
For Kotlin Multiplatform, you should also add the dependency below on your `build.gradle.kts` file:
134-
135-
```kotlin
136-
sourceSets {
137-
val commonMain by getting {
138-
dependencies {
139-
compileOnly("com.github.skydoves:compose-stability-compiler:0.4.0")
140-
}
141-
}
142-
}
143-
```
144-
145133
### Kotlin Version Mapping
146134

147135
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

Comments
 (0)