File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
15
15
> ** Note**
16
- > This library is built using the [ compose multiplatform library template] ( https://github.com/KevinnZou/compose-multiplatform-library-template ) .
16
+ > This library is built using
17
+ > the [ compose multiplatform library template] ( https://github.com/KevinnZou/compose-multiplatform-library-template ) .
17
18
> It supports automatic package publishing, documentation, and code style checking.
18
19
19
20
This library can be considered as the Multiplatform version
@@ -652,7 +653,7 @@ kotlin {
652
653
commonMain {
653
654
dependencies {
654
655
// use api since the desktop app need to access the Cef to initialize it.
655
- api(" io.github.kevinnzou:compose-webview-multiplatform:2.0.1 " )
656
+ api(" io.github.kevinnzou:compose-webview-multiplatform:2.0.2 " )
656
657
}
657
658
}
658
659
}
You can’t perform that action at this time.
0 commit comments