We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fad16 commit 17855b3Copy full SHA for 17855b3
README.md
@@ -514,7 +514,7 @@ kotlin {
514
commonMain {
515
dependencies {
516
// use api since the desktop app need to access the Cef to initialize it.
517
- api("io.github.kevinnzou:compose-webview-multiplatform:1.9.2")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.9.4")
518
}
519
520
gradle.properties
@@ -23,7 +23,7 @@ coroutines.version=1.8.0
23
24
GROUP=io.github.kevinnzou
25
POM_ARTIFACT_ID=compose-webview-multiplatform
26
-VERSION_NAME=1.9.2
+VERSION_NAME=1.9.4
27
28
POM_NAME=Compose WebView Multiplatform
29
POM_INCEPTION_YEAR=2023
0 commit comments