Skip to content

Commit

Permalink
bumped a few dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmax committed Jan 5, 2025
1 parent a9f4d87 commit 803e5c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions buildSrc/src/main/kotlin/kool.lib-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ kotlin {
optIn("kotlin.ExperimentalStdlibApi")
}
}
}

dokka {
dokkaGeneratorIsolation = ClassLoaderIsolation()
}
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ kotlinx.atomicfu.enableJsIrTransformation=true

kotlin.js.yarn=false

org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

#MPP
kotlin.mpp.androidSourceSetLayoutVersion=2

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ kotlin-dokka = "2.0.0"
lwjgl = "3.3.5"
jsvg = "1.6.1"
androidsvg = "1.4"
physxjni = "2.4.2"
physxjswebidl = "2.4.2"
physxjni = "2.5.0"
physxjswebidl = "2.5.0"

[libraries]
kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlin-coroutines" }
Expand Down
Binary file modified kool-demo/src/jsMain/resources/physx-js-webidl.wasm
Binary file not shown.

0 comments on commit 803e5c5

Please sign in to comment.