We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197c4d5 commit 6d56c8fCopy full SHA for 6d56c8f
README.md
@@ -571,7 +571,7 @@ kotlin {
571
commonMain {
572
dependencies {
573
// use api since the desktop app need to access the Cef to initialize it.
574
- api("io.github.kevinnzou:compose-webview-multiplatform:1.9.6")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.9.7")
575
}
576
577
gradle.properties
@@ -18,7 +18,7 @@ compose.version=1.6.1
18
coroutines.version=1.8.0
19
GROUP=io.github.kevinnzou
20
POM_ARTIFACT_ID=compose-webview-multiplatform
21
-VERSION_NAME=1.9.6
+VERSION_NAME=1.9.7
22
POM_NAME=Compose WebView Multiplatform
23
POM_INCEPTION_YEAR=2023
24
POM_DESCRIPTION=WebView for JetBrains Compose Multiplatform
0 commit comments