<https://github.com/JetBrains/kotlin-mpp-example>
# multiplatform
c
tried compiling it (build on xcode), got the following issue at build.gradle line 76:
Copy code
Execution failed for task ':greeting:copyFramework'.
> Cannot find a link task for the binary kind 'FRAMEWORK' and the build type 'DEBUG'
a
if you change the
fromPreset
calls to
targetFromPreset
in the gradle files does it fix?
c
in order to use targetFromPreset I need to take fromPreset outside the targets block, right?
still failing with the same error
a
weird, I can try myself later but maybe easiest to open an issue on that repo
🙏 1