From 09ba9dd06f908ec9ce8debb7a5a6502d3221c1fc Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Mon, 29 Apr 2024 17:55:26 +0200 Subject: [PATCH] Fix the link to the Compiler guide (#4730) --- .../jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}