From e8a479d23db4bb5ec607068d478eb5ef238ced93 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Mon, 11 Oct 2021 03:15:40 +0530 Subject: [PATCH] Webpack WorkAround (WebApp->Unstable) --- web-app/build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) 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