Skip to content

Commit dec0029

Browse files
committed
Refactor: Remove unused KLogger import
The import of `com.multiplatform.webview.util.KLogger` has been removed from `WebView.kt` as it was no longer in use.
1 parent c57db28 commit dec0029

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • webview/src/commonMain/kotlin/com/multiplatform/webview/web

webview/src/commonMain/kotlin/com/multiplatform/webview/web/WebView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import androidx.compose.runtime.LaunchedEffect
66
import androidx.compose.runtime.snapshotFlow
77
import androidx.compose.ui.Modifier
88
import com.multiplatform.webview.jsbridge.WebViewJsBridge
9-
import com.multiplatform.webview.util.KLogger
109
import kotlinx.coroutines.flow.filter
1110
import kotlinx.coroutines.flow.merge
1211

0 commit comments

Comments
 (0)