KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
291 stars 38 forks source link

Remove material dependency #136

Closed kalinjul closed 1 week ago

kalinjul commented 1 week ago

Hi, thanks for the nice library!

I noticed that you pull in compose.material here: https://github.com/KevinnZou/compose-webview-multiplatform/blob/a45c21790b3b0dba1bec6b5cca6245d1f5775ead/webview/build.gradle.kts#L42

I think it is not required for anything but the sample app, so it would be nice to have it removed :) My App uses material3 and pulls in material2 just for the webview.

Kind Regards, Julian

KevinnZou commented 1 week ago

@kalinjul Thanks for your suggestion! I will fix it in the next version. Thanks!