https://github.com/toatoes/kotlin_multiplatform
KotlinMultiplatform app practice
https://github.com/toatoes/kotlin_multiplatform
Last synced: 6 months ago
JSON representation
KotlinMultiplatform app practice
- Host: GitHub
- URL: https://github.com/toatoes/kotlin_multiplatform
- Owner: ToaToes
- Created: 2024-11-13T19:12:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:21:49.000Z (over 1 year ago)
- Last Synced: 2025-02-08T20:13:10.868Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin_Multiplatform
KotlinMultiplatform app issues
https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html#install-the-necessary-tools
https://www.youtube.com/watch?v=7Wl-G8aXxDA ->
homebrew -> brewinstall kdoctor (checking what is missing for te KMP environment) -> install ruby for cocoapods ->
## Begining -> Unable to compile generated sources ... already defined ...
https://stackoverflow.com/questions/78359972/i-cant-create-a-new-kotlin-multiplatform-with-android-studio
```
comment out
//rootProject.name = "EspendNote"
//include(":EspendNote")
```
## Common issues
https://proandroiddev.com/current-issues-with-kotlin-multiplatform-and-how-to-fix-them-5ae62822a546
## Compilation failed:
An error occurred during an xcrun execution. Make sure that Xcode and its command line tools are properly installed.
https://apple.stackexchange.com/questions/321858/xcrun-missing-installing-xcode-command-line-tools-not-fixing-issue
https://askubuntu.com/questions/38661/how-do-i-run-sh-scripts
https://touchlab.co/ideal-ios-kmp-setup