From c90c0aaa843434e841f7eb3557d716df6a966a3a Mon Sep 17 00:00:00 2001 From: Sascha Lisson Date: Thu, 22 Feb 2024 14:38:41 +0100 Subject: [PATCH] make it run with MPS 2021.1 --- mps-diff-plugin/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/mps-diff-plugin/build.gradle.kts b/mps-diff-plugin/build.gradle.kts index 9e79e524..9c18b462 100644 --- a/mps-diff-plugin/build.gradle.kts +++ b/mps-diff-plugin/build.gradle.kts @@ -70,6 +70,7 @@ dependencies { implementationWithoutBundled("io.ktor:ktor-server-cors:2.3.7") implementationWithoutBundled("io.ktor:ktor-server-status-pages:2.3.7") implementationWithoutBundled("io.github.microutils:kotlin-logging:3.0.5") + implementationWithoutBundled("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3") // contains RootDifferencePaneBase compileOnly(mpsHome.map { it.files("plugins/mps-vcs/lib/vcs-platform.jar") })