John O'Reilly
08/10/2023, 5:09 PMcommonMain
in shared module.
implementation(compose.components.resources)
The issue I'm seeing is that if I try to build macOS target in Xcode I'm getting following error.
Execution failed for task ':shared:syncComposeResourcesForIos'.
Unknown iOS platform: 'macosx'
It seems like that error is coming from https://github.com/JetBrains/compose-multiplatform/blob/master/gradle-plugins/comp[…]tal/uikit/internal/resources/determineIosKonanTargetsFromEnv.kt .....does this mean that it's not possible to include above dependency in commonMain
if also targeting for example macOS?John O'Reilly
08/10/2023, 5:18 PM1.5.0-beta01
btwDima Avdeev
08/10/2023, 5:44 PMDima Avdeev
08/10/2023, 5:45 PMJohn O'Reilly
08/10/2023, 6:28 PMDima Avdeev
08/10/2023, 7:39 PMDima Avdeev
08/10/2023, 7:41 PMZac Sweers
01/04/2024, 7:44 PMJohn O'Reilly
01/04/2024, 9:09 PMZac Sweers
01/04/2024, 10:41 PM