We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce89e8a commit b5650e2Copy full SHA for b5650e2
README.md
@@ -618,7 +618,7 @@ kotlin {
618
commonMain {
619
dependencies {
620
// use api since the desktop app need to access the Cef to initialize it.
621
- api("io.github.kevinnzou:compose-webview-multiplatform:1.9.8")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.9.10")
622
}
623
624
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.8
+VERSION_NAME=1.9.10
22
POM_NAME=Compose WebView Multiplatform
23
POM_INCEPTION_YEAR=2023
24
POM_DESCRIPTION=WebView for JetBrains Compose Multiplatform
0 commit comments