Skip to content

Commit 2993197

Browse files
authored
fix: partially incorrect advice
1 parent 4ff80f6 commit 2993197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

topics/compose/compose-compiler.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ For Android modules that do not rely on Compose Multiplatform:
125125
}
126126
```
127127

128-
4. If you use the Android build feature in your Gradle configuration (`android.buildFeatures.compose = true`)
129-
or directly reference the old Maven artifacts, you'll need to update these references:
128+
4. If you reference the old Maven artifacts directly, you'll need to update these references:
130129
131130
* Change `androidx.compose.compiler:compiler` to `org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable`
132131
* Change `androidx.compose.compiler:compiler-hosted` to `org.jetbrains.kotlin:kotlin-compose-compiler-plugin`

0 commit comments

Comments
 (0)