Implement proper iOS structure

This commit is contained in:
2025-12-06 12:17:40 +03:00
Unverified
parent 7696d26fd3
commit b95820de6c
36 changed files with 811 additions and 87 deletions
@@ -15,3 +15,4 @@ class MainActivity : ComponentActivity() {
}
}
}
@@ -14,3 +14,4 @@ object AndroidKtorLogger : Logger {
}
}
@@ -19,3 +19,4 @@ actual object Logger {
Log.e(tag, message, throwable)
}
}