diff --git a/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt b/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt index 13573a1a64..8fb8434b95 100644 --- a/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt +++ b/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt @@ -40,7 +40,7 @@ internal const val newComposeCompilerKotlinSupportPluginId = "org.jetbrains.kotl internal const val newComposeCompilerError = "Since Kotlin 2.0.0-RC2 to use Compose Multiplatform " + "you must apply \"$newComposeCompilerKotlinSupportPluginId\" plugin." + - "\nSee the migration guide https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler/compose-compiler.html#migrating-a-compose-multiplatform-project" + "\nSee the migration guide https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html#migrating-a-compose-multiplatform-project" private fun Project.configureComposeCompilerPlugin(kgp: KotlinBasePlugin) { val kgpVersion = kgp.pluginVersion @@ -156,4 +156,4 @@ WARNING: Usage of the Custom Compose Compiler plugin ('$currentCompilerPluginGro with non-JVM targets (Kotlin/Native, Kotlin/JS, Kotlin/WASM) is not supported. For more information, please visit: $COMPOSE_COMPILER_COMPATIBILITY_LINK """.trimMargin() -} \ No newline at end of file +}