We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29c96f commit fecf55bCopy full SHA for fecf55b
README.md
@@ -432,7 +432,7 @@ kotlin {
432
commonMain {
433
dependencies {
434
// use api since the desktop app need to access the Cef to initialize it.
435
- api("io.github.kevinnzou:compose-webview-multiplatform:1.7.2")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.7.4")
436
}
437
438
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.2
+VERSION_NAME=1.7.4
26
27
POM_NAME=Compose WebView Multiplatform
28
POM_INCEPTION_YEAR=2023
0 commit comments