feat: convert Log from expect/actual to filtered wrapper over PlatformLog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
davotoula
2026-03-28 01:10:52 +01:00
parent 65bc617222
commit 25b2cb42d0
5 changed files with 23 additions and 206 deletions
@@ -22,7 +22,7 @@ package com.vitorpamplona.quartz.utils
import platform.Foundation.NSLog
actual object Log {
actual object PlatformLog {
actual fun w(
tag: String,
message: String,