We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c1d87 commit 623938fCopy full SHA for 623938f
README.md
@@ -430,7 +430,7 @@ kotlin {
430
commonMain {
431
dependencies {
432
// use api since the desktop app need to access the Cef to initialize it.
433
- api("io.github.kevinnzou:compose-webview-multiplatform:1.7.0")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.7.2")
434
}
435
436
gradle.properties
@@ -22,7 +22,7 @@ compose.version=1.5.10
22
23
GROUP=io.github.kevinnzou
24
POM_ARTIFACT_ID=compose-webview-multiplatform
25
-VERSION_NAME=1.7.0
+VERSION_NAME=1.7.2
26
27
POM_NAME=Compose WebView Multiplatform
28
POM_INCEPTION_YEAR=2023
0 commit comments