We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff80f6 commit 2993197Copy full SHA for 2993197
topics/compose/compose-compiler.md
@@ -125,8 +125,7 @@ For Android modules that do not rely on Compose Multiplatform:
125
}
126
```
127
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:
+4. If you reference the old Maven artifacts directly, you'll need to update these references:
130
131
* Change `androidx.compose.compiler:compiler` to `org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable`
132
* Change `androidx.compose.compiler:compiler-hosted` to `org.jetbrains.kotlin:kotlin-compose-compiler-plugin`
0 commit comments