Revert "Do not render preview if protocol between IJ & Gradle does not match (#2556)"

This reverts commit 15aa81c851.
This commit is contained in:
Alexey Tsvetkov
2022-12-13 07:28:27 +01:00
parent bf958eb510
commit 153bf10c56
2 changed files with 2 additions and 3 deletions

View File

@@ -23,9 +23,8 @@ internal fun RemoteConnection.receiveAttach(
listener?.onError(
"Compose Multiplatform Gradle plugin version is not compatible with Intellij plugin version"
)
} else {
fn()
}
fn()
}
}
}

View File

@@ -39,7 +39,7 @@ internal class PreviewPanel(private val myProject: Project) : JBPanel<PreviewPan
clear()
appendLine(
AllIcons.General.Error,
"Preview encountered an error",
"Preview rendering encountered an error",
SimpleTextAttributes.REGULAR_ATTRIBUTES,
null
)