Peter Hsu
09/07/2021, 7:23 PMPeter Hsu
09/07/2021, 7:25 PMCould not determine the dependencies of task ':shared:linkPodDebugFrameworkIosX64'.
> Could not resolve all task dependencies for configuration ':shared:iosX64CompileKlibraries'.
> Could not resolve project :core:arch.
Required by:
project :shared
> The consumer was configured to find a usage of 'kotlin-api' of a library, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native', attribute 'org.jetbrains.kotlin.native.target' with value 'ios_x64'. However we cannot choose between the following variants of project :core:arch:
- iosX64ApiElements
- iosX64CInteropApiElements
- podDebugFrameworkIosArm64
- podDebugFrameworkIosFat
- podDebugFrameworkIosX64
- podReleaseFrameworkIosArm64
- podReleaseFrameworkIosFat
- podReleaseFrameworkIosX64
All of them match the consumer attributes:
- Variant 'iosX64ApiElements' capability Multiplatform_Sample.core:arch:1.0 declares a usage of 'kotlin-api' of a library, as well as attribute 'org.jetbrains.kotlin.native.target' with value 'ios_x64', attribute 'org.jetbrains.kotlin.platform.type' with value 'native':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'org.jetbrains.kotlin.klib' but the consumer didn't ask for it
- Provides attribute 'org.jetbrains.kotlin.localToProject' with value 'public' but the consumer didn't ask for it
- Variant 'iosX64CInteropApiElements' capability Multiplatform_Sample.core:arch:1.0 declares a usage of 'kotlin-api' of a library, as well as attribute 'org.jetbrains.kotlin.native.target' with value 'ios_x64', attribute 'org.jetbrains.kotlin.platform.type' with value 'native':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'org.jetbrains.kotlin.klib' but the consumer didn't ask for it
- Provides its elements with the library elements 'cinterop-klib' but the consumer didn't ask for it
- Provides attribute 'org.jetbrains.kotlin.localToProject' with value 'public' but the consumer didn't ask for it
- Variant 'podDebugFrameworkIosArm64' capability Multiplatform_Sample.core:arch:1.0 declares a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'org.jetbrains.kotlin.framework' but the consumer didn't ask for it
- Doesn't say anything about its component category (required a library)
- Doesn't say anything about its usage (required a usage of 'kotlin-api')
- Provides attribute 'org.jetbrains.kotlin.native.build.type' with value 'DEBUG' but the consumer didn't ask for it
- Provides attribute 'org.jetbrains.kotlin.native.framework.targets' with value '[ios_arm64]' but the consumer didn't ask for it
- Doesn't say anything about org.jetbrains.kotlin.native.target (required 'ios_x64')
- Variant 'podDebugFrameworkIosFat' capability Multiplatform_Sample.core:arch:1.0 declares a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'org.jetbrains.kotlin.framework' but the consumer didn't ask for it
- Doesn't say anything about its component category (required a library)
- Doesn't say anything about its usage (required a usage of 'kotlin-api')
- Provides attribute 'org.jetbrains.kotlin.native.build.type' with value 'DEBUG' but the consumer didn't ask for it
- Provides attribute 'org.jetbrains.kotlin.native.framework.targets' with value '[ios_arm64, ios_x64]' but the consumer didn't ask for it
- Doesn't say anything about org.jetbrains.kotlin.native.target (required 'ios_x64')
- Variant 'podDebugFrameworkIosX64' capability Multiplatform_Sample.core:arch:1.0 declares a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'org.jetbrains.kotlin.framework' but the consumer didn't ask for it
- Doesn't say anything about its component category (required a library)
- Doesn't say anything about its usage (required a usage of 'kotlin-api')
- Provides attribute 'org.jetbrains.kotlin.native.build.type' with value 'DEBUG' but the consumer didn't ask for it
- Provides attribute 'org.jetbrains.kotlin.native.framework.targets' with value '[ios_x64]' but the consumer didn't ask for it
- Doesn't say anything about org.jetbrains.kotlin.native.target (required 'ios_x64')
- Variant 'podReleaseFrameworkIosArm64' capability Multiplatform_Sample.core:arch:1.0 declares a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native':
Peter Hsu
09/07/2021, 7:26 PMPeter Hsu
09/07/2021, 7:28 PMJohn O'Reilly
09/07/2021, 7:29 PMPeter Hsu
09/07/2021, 7:29 PMJohn O'Reilly
09/07/2021, 7:30 PMPeter Hsu
09/07/2021, 8:23 PM