We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a1bbc commit 8916a0cCopy full SHA for 8916a0c
1 file changed
README.md
@@ -14,7 +14,8 @@
14
15
> **Note**
16
> This library is built using
17
-> the [compose multiplatform library template](https://github.com/KevinnZou/compose-multiplatform-library-template).
+>
18
+the [compose multiplatform library template](https://github.com/KevinnZou/compose-multiplatform-library-template).
19
> It supports automatic package publishing, documentation, and code style checking.
20
21
This library can be considered as the Multiplatform version
@@ -653,7 +654,7 @@ kotlin {
653
654
commonMain {
655
dependencies {
656
// use api since the desktop app need to access the Cef to initialize it.
- api("io.github.kevinnzou:compose-webview-multiplatform:2.0.2")
657
+ api("io.github.kevinnzou:compose-webview-multiplatform:2.0.3")
658
}
659
660
0 commit comments