Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 28, 2024
1 parent b4bdfea commit 38ae02e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions target/web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 38ae02e

Please sign in to comment.