mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Improve a message about incompatible kotlin version (#3032)
* Improve a message about incompatible kotlin version Add Compose Multiplatform to the message * Update gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt Co-authored-by: Igor Demin <igordmn@users.noreply.github.com> --------- Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bd6513197c
commit
84d91b1e81
@@ -14,7 +14,7 @@ internal object ComposeCompilerCompatibility {
|
||||
|
||||
fun compilerVersionFor(kotlinVersion: String): String {
|
||||
return kotlinToCompiler[kotlinVersion] ?: throw RuntimeException(
|
||||
"This version of Compose Multiplatform doesn't support Kotlin " +
|
||||
"Compose Multiplatform ${ComposeBuildConfig.composeGradlePluginVersion} doesn't support Kotlin " +
|
||||
"$kotlinVersion. " +
|
||||
"Please see $KOTLIN_COMPATIBILITY_LINK " +
|
||||
"to know the latest supported version of Kotlin."
|
||||
|
||||
Reference in New Issue
Block a user