mkrussel
05/25/2021, 9:08 PMval detektAll = tasks.register("detektAll") {
dependsOn(tasks.withType<io.gitlab.arturbosch.detekt.Detekt>())
}
Could not determine the dependencies of task ':pangea-map:detektAndroidReleaseUnitTest'.
> Could not resolve all task dependencies for configuration ':pangea-map:releaseUnitTestCompileClasspath'.
> The consumer was configured to find an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'release', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm'. However we cannot choose between the following variants of project :pangea-map:
- Configuration ':pangea-map:releaseApiElements' variant android-aidl declares an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'release', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'android-aidl' but the consumer didn't ask for it
- Provides attribute 'com.android.build.api.attributes.VariantAttr' with value 'release' but the consumer didn't ask for it
- Configuration ':pangea-map:releaseApiElements' variant android-manifest declares an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'release', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm':
- Unmatched attributes:
- Provides attribute 'artifactType' with value 'android-manifest' but the consumer didn't ask for it
- Provides attribute 'com.android.build.api.attributes.VariantAttr' with value 'release' but the consumer didn't ask for it
schalkms
05/25/2021, 9:44 PMmkrussel
05/25/2021, 9:46 PMJavier
05/25/2021, 10:48 PMmkrussel
05/26/2021, 11:14 AMgradlew detekt detektAndroidDebug detektAndroidRelease detektAndroidDebugUnitTest detektAndroidReleseUnitTest detektIosX64Main detektIosX64Test detektIosArm64Main detektIosArm64Test detektJvmMain detektJvmTest