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 4cfc74e commit 20165d3Copy full SHA for 20165d3
README.md
@@ -621,7 +621,7 @@ kotlin {
621
commonMain {
622
dependencies {
623
// use api since the desktop app need to access the Cef to initialize it.
624
- api("io.github.kevinnzou:compose-webview-multiplatform:1.9.12")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.9.20")
625
}
626
627
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.12
+VERSION_NAME=1.9.20
22
POM_NAME=Compose WebView Multiplatform
23
POM_INCEPTION_YEAR=2023
24
POM_DESCRIPTION=WebView for JetBrains Compose Multiplatform
0 commit comments