new: extract WebView feature module

This commit is contained in:
2026-07-08 14:20:32 +02:00
parent f6a12ad84a
commit 0151d92b6a
23 changed files with 116 additions and 32 deletions
+3 -1
View File
@@ -30,7 +30,6 @@ kotlin {
sourceSets {
androidMain.dependencies {
implementation(libs.compose.uiToolingPreview)
implementation(libs.androidx.webkit)
}
commonMain.dependencies {
// Core modules
@@ -46,6 +45,9 @@ kotlin {
implementation(projects.data.resources)
implementation(projects.data.subtitle)
// Feature modules
implementation(projects.feature.webview)
implementation(libs.compose.runtime)
implementation(libs.compose.foundation)
implementation(libs.compose.material3)