Last active
July 7, 2025 05:31
-
-
Save arulwastaken/9146b0cdda62ecc8d3b5f1b54c182ba7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shared/ | |
├── commonMain | |
| /common/ your shared code + Ktor setup | |
| └── data | |
| ├── db | |
| └── networking | |
| └── models | |
| | > ApiResponse.kt | |
| ├── ApiClientHelper.kt | |
| └── Constants.kt | |
├── androidMain/common | |
│ > Android-specific Ktor client | |
├── iosMain/common | |
│ > iOS-specific Ktor client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment