File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ For Android modules that do not rely on Compose Multiplatform:
111
111
112
112
4. If you reference the old Maven artifacts directly, you'll need to update these references:
113
113
114
- * Change `androidx.compose.compiler:compiler` to `org.jetbrains.kotlin:kotlin- compose-compiler-plugin-embeddable`
115
- * Change `androidx.compose.compiler:compiler-hosted` to `org.jetbrains.kotlin:kotlin- compose-compiler-plugin`
114
+ * Change `androidx.compose.compiler:compiler` to `org.jetbrains.kotlin:compose-compiler-gradle -plugin-embeddable`
115
+ * Change `androidx.compose.compiler:compiler-hosted` to `org.jetbrains.kotlin:compose-compiler-gradle -plugin`
116
116
117
117
5. If you are using compiler options for the Jetpack Compose compiler, set them in the `composeCompiler {}` block.
118
118
See [Compiler options](#compose-compiler-options-dsl) for reference.
You can’t perform that action at this time.
0 commit comments