mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-08-05 19:59:51 +00:00
- Updated `platformWebviewConfig` function to accept an optional `pluginId` parameter for both iOS and JVM implementations. - Enhanced data directory handling in JVM to create a separate directory for each plugin. - Implemented `platformClearWebviewData` function for both platforms to clear webview data based on the provided `pluginId`. - Added necessary imports for iOS and JVM specific functionalities. |
||
|---|---|---|
| .. | ||
| androidJvmMain/kotlin/dev/krtirtho/spotube/core/newpipe | ||
| androidMain | ||
| commonMain | ||
| commonTest/kotlin/dev/krtirtho/spotube/core | ||
| iosMain/kotlin/dev/krtirtho/spotube | ||
| jvmMain/kotlin/dev/krtirtho/spotube | ||
| jvmTest | ||
| mobileMain/kotlin/dev/krtirtho/spotube/core/ui/component | ||