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 1414
1515> ** Note**
1616> This library is built using
17- > the [ compose multiplatform library template] ( https://github.com/KevinnZou/compose-multiplatform-library-template ) .
17+ >
18+ the [ compose multiplatform library template] ( https://github.com/KevinnZou/compose-multiplatform-library-template ) .
1819> It supports automatic package publishing, documentation, and code style checking.
1920
2021This library can be considered as the Multiplatform version
@@ -653,7 +654,7 @@ kotlin {
653654 commonMain {
654655 dependencies {
655656 // use api since the desktop app need to access the Cef to initialize it.
656- api(" io.github.kevinnzou:compose-webview-multiplatform:2.0.2 " )
657+ api(" io.github.kevinnzou:compose-webview-multiplatform:2.0.3 " )
657658 }
658659 }
659660 }
You can’t perform that action at this time.
0 commit comments