Skip to content

Commit

Permalink
Add wasmJs platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Apr 6, 2024
1 parent 63d7f6e commit 1f1fa4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

buildscript {
ext.kotlin_version = '1.9.0'
ext.kotlin_version = '1.9.20'
repositories {
google()
jcenter()
Expand Down
10 changes: 8 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ kotlin {
jvm {

}
js {}
wasmJs {}

sourceSets {
commonMain {

}
commonTest {
dependencies {
Expand All @@ -23,8 +25,12 @@ kotlin {
dependencies {
implementation project(path: ':etch')
}

}

jsMain {}
jsTest {}
wasmJsMain {}
wasmJsTest {}
}
}
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 1f1fa4f

Please sign in to comment.