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 27, 2024
1 parent b7f27db commit 2304e25
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ repositories {
}
}

apply plugin: "kotlin-multiplatform"
apply plugin: "org.jetbrains.compose"
plugins {
kotlin("multiplatform")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

kotlin {
jvm {
Expand Down

0 comments on commit 2304e25

Please sign in to comment.