Skip to content

Commit

Permalink
Merge pull request #1 from toasterofbread/main
Browse files Browse the repository at this point in the history
feat: use kotlin 2.0.0; add wasm target
  • Loading branch information
d1snin authored Jul 18, 2024
2 parents 5242891 + ab498b3 commit ba6d224
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allPaletteColors
```

## What targets are currently supported?
Currently supported targets are JVM and JS. Native targets are coming soon! Let me know if you miss the support of them.
Currently supported targets are JVM, WASM, and JS. Native targets are coming soon! Let me know if you miss the support of them.

## Contributing

Expand Down
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ kotlin {
nodejs()
}

wasmJs {
browser()
nodejs()
}

sourceSets {
val commonMain by getting

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ projectVersion=1.0.3-dev

moduleDocsPath=./docs/module.md

kotlinVersion=1.9.22
kotlinVersion=2.0.0

dokkaVersion=1.9.10

Expand Down

0 comments on commit ba6d224

Please sign in to comment.