Skip to content

Commit

Permalink
Add kotlinx-browser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev committed Sep 23, 2024
1 parent b4294b6 commit 60bc130
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ kotlin {
}

sourceSets {
val wasmJsMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-browser:0.1")
}
}
val wasmJsTest by getting {
dependencies {
implementation(kotlin("test"))
Expand Down

0 comments on commit 60bc130

Please sign in to comment.