We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7db0e4 commit fc9002fCopy full SHA for fc9002f
README.md
@@ -514,7 +514,7 @@ kotlin {
514
commonMain {
515
dependencies {
516
// use api since the desktop app need to access the Cef to initialize it.
517
- api("io.github.kevinnzou:compose-webview-multiplatform:1.8.8")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.9.0")
518
}
519
520
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.8.8
+VERSION_NAME=1.9.0
26
27
POM_NAME=Compose WebView Multiplatform
28
POM_INCEPTION_YEAR=2023
0 commit comments