kpgalligan
09/19/2022, 2:17 PMAlejandro Rios
09/19/2022, 4:45 PMkpgalligan
09/20/2022, 1:29 AMkpgalligan
09/20/2022, 1:30 AMTadeas Kriz
09/20/2022, 1:34 AMAlejandro Rios
09/20/2022, 1:37 AMor switch the simulator to run in Rosetta mode.hmmm, gonna try, thanks π btw: I left a comment in this issue, could be related
Tadeas Kriz
09/20/2022, 1:39 AMTadeas Kriz
09/20/2022, 2:09 AMTadeas Kriz
09/20/2022, 4:42 AMTadeas Kriz
09/20/2022, 1:05 PMmain
branch.Alejandro Rios
09/20/2022, 1:45 PMAlejandro Rios
09/20/2022, 1:58 PM> Task :shared-ui:compileCommonMainKotlinMetadata FAILED
e: java.lang.IllegalStateException: e: Could not find "/Users/alejandrorios/Documents/Workstation/Kotlin-Native/DroidconKotlin/shared-ui/build/kotlinSourceSetMetadata/commonMain/org.jetbrains.kotlinx-atomicfu/org.jetbrains.kotlinx-atomicfu-nativeInterop.klib" in [/Users/alejandrorios/Library/Application Support/kotlin/daemon]
Tadeas Kriz
09/20/2022, 2:01 PMTadeas Kriz
09/20/2022, 2:01 PMAlejandro Rios
09/20/2022, 2:15 PM./gradlew build
from IntellijTadeas Kriz
09/20/2022, 2:16 PMAlejandro Rios
09/20/2022, 2:32 PMIOSDEV
README instructions, I guess that I need to do that in order to run the app in a simulator, right?Rick Clephas
09/20/2022, 2:49 PMcompileCommonMainKotlinMetadata
might be related to incompatible versions of Kotlin (hierarchical project structure). I had a somewhat similar issue with the ./gradlew build
command. Once I updated the dependencies to match the Kotlin version in the project, those errors disappeared.Tadeas Kriz
09/20/2022, 2:51 PMAlejandro Rios
09/20/2022, 9:18 PMStefan Oltmann
09/29/2022, 1:10 PM