Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
disable js browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Dec 8, 2023
1 parent d805f52 commit f969777
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ kotlin {
}
}
js(IR) {
browser {
/*browser {
commonWebpackConfig {
cssSupport {
enabled.set(true)
}
}
}
}*/
nodejs {
generateTypeScriptDefinitions()
}
Expand Down Expand Up @@ -85,7 +85,6 @@ kotlin {
}
}
val jsTest by getting {

}
val nativeMain by getting
val nativeTest by getting
Expand Down

0 comments on commit f969777

Please sign in to comment.