Skip to content

Commit

Permalink
Fix the link to the Compiler guide (#4730)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Apr 29, 2024
1 parent 717f4f0 commit 09ba9dd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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()
}
}

0 comments on commit 09ba9dd

Please sign in to comment.