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 38ae02e commit 2163ccd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions target/web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ buildscript {
}
}

plugins {
id("kotlin-multiplatform")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

repositories {
mavenCentral()
maven {
url "https://maven.pkg.jetbrains.space/public/p/compose/dev"
}
}

plugins {
id("kotlin-multiplatform")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

kotlin {
js(IR) {
browser()
Expand Down

0 comments on commit 2163ccd

Please sign in to comment.