Browse Source

Excluding multiplatform common sources for not fail in xcode build (#1984)

sync/2022-04-04
Gabriel Souza 3 years ago committed by GitHub
parent
commit
1fbbed09bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt

7
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt

@ -46,7 +46,12 @@ internal fun Project.configureTaskToGenerateXcodeProject(
UILaunchStoryboardName: "" UILaunchStoryboardName: ""
method: "development" method: "development"
sources: sources:
- "../../../src/" - path: "../../../src/"
excludes:
- "jvm*/**"
- "desktop*/**"
- "android*/**"
- "*Test/**"
settings: settings:
LIBRARY_SEARCH_PATHS: "$(inherited)" LIBRARY_SEARCH_PATHS: "$(inherited)"
ENABLE_BITCODE: "YES" ENABLE_BITCODE: "YES"

Loading…
Cancel
Save