From 38ae02e3ffda6866d099b0568ba90fb8401850ec Mon Sep 17 00:00:00 2001 From: Vasya Drobushkov Date: Thu, 28 Nov 2024 22:55:31 +0100 Subject: [PATCH] Update build.gradle --- target/web/build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/web/build.gradle b/target/web/build.gradle index 1917596..df40b5e 100644 --- a/target/web/build.gradle +++ b/target/web/build.gradle @@ -19,8 +19,11 @@ repositories { } } -apply plugin: "kotlin-multiplatform" -apply plugin: "org.jetbrains.compose" +plugins { + id("kotlin-multiplatform") + alias(libs.plugins.jetbrains.compose) + alias(libs.plugins.compose.compiler) +} kotlin { js(IR) {