Skip to content

Commit

Permalink
chore(deps): update dependency dev.drewhamilton.poko to v0.18.0 (#82)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency dev.drewhamilton.poko to v0.18.0
---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jordon de Hoog <[email protected]>
  • Loading branch information
renovate[bot] and jordond authored Dec 3, 2024
1 parent d2d4560 commit 4f5d1ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion demo/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ kotlin {
publishAllLibraryVariants()
}

@OptIn(ExperimentalWasmDsl::class)
js {
moduleName = "composeApp"
browser {
commonWebpackConfig {
outputFileName = "composeApp.js"
}
}
binaries.executable()
}

@OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
wasmJs {
moduleName = "composeApp"
browser {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kermit = "2.0.5"
binaryCompatibility = "0.16.3"
dokka = "1.9.20"
publish = "0.30.0"
poko = "0.17.2"
poko = "0.18.0"
versions = "0.51.0"
kotest = "5.9.1"
ktor = "3.0.1"
Expand Down

0 comments on commit 4f5d1ee

Please sign in to comment.