diff --git a/web-app/build.gradle.kts b/web-app/build.gradle.kts index 0c424a61..fb0a4424 100644 --- a/web-app/build.gradle.kts +++ b/web-app/build.gradle.kts @@ -62,4 +62,10 @@ kotlin { } binaries.executable() } + // WorkAround: https://youtrack.jetbrains.com/issue/KT-49124 + rootProject.plugins.withType { + rootProject.the().apply { + resolution("@webpack-cli/serve", "1.5.2") + } + } } \ No newline at end of file