Skip to content

Commit b2e80ae

Browse files
authored
fix: old Compose compiler Gradle plugin artifact name (JetBrains#164)
1 parent 0cef717 commit b2e80ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/compose/compose-compiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ For Android modules that do not rely on Compose Multiplatform:
111111
112112
4. If you reference the old Maven artifacts directly, you'll need to update these references:
113113
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`
116116
117117
5. If you are using compiler options for the Jetpack Compose compiler, set them in the `composeCompiler {}` block.
118118
See [Compiler options](#compose-compiler-options-dsl) for reference.

0 commit comments

Comments
 (0)