GarouDan
04/06/2019, 1:41 AMpublishToMavenLocal
task of mine:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':myLibrary:generateMetadataFileForMyLibraryIosX64Publication'.
...
Caused by: java.lang.ClassCastException: org.jetbrains.kotlin.gradle.plugin.mpp.HierarchyAttributeContainer cannot be cast to org.gradle.api.internal.attributes.AttributeContainerInternal
Would you have any clue as to what might cause this?
I’m using a configuration like:
compilations["main"].outputKinds("framework")
but even if I disable it I receive the same errorlouiscad
04/06/2019, 9:22 AMGarouDan
04/06/2019, 11:24 AM1.3.21
and Gradle 5.2.1
louiscad
04/06/2019, 12:54 PM