An open API service indexing awesome lists of open source software.

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

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