KGraph icon indicating copy to clipboard operation
KGraph copied to clipboard

Build issue

Open joey-harward opened this issue 4 years ago • 0 comments

I am getting the following error when building v1.3:

> Failed to transform kgraph-1.3.jar (com.github.lamba92:kgraph:1.3) to match attributes {artifactType=android-dex, dexing-enable-desugaring=true, dexing-incremental-transform=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
      > Could not resolve all transform dependencies for artifact transform dependencies.
         > No variants of com.github.lamba92.kgraph:KGraph-android_native_32:1.3 match the consumer attributes:
             - com.github.lamba92.kgraph:KGraph-android_native_32:1.3:
                 - Incompatible because this component declares attribute 'artifactType' with value 'klib' and the consumer needed attribute 'artifactType' with value 'android-classes-jar'
                 - Other compatible attributes:
                     - Doesn't say anything about dexing-enable-desugaring (required 'true')
                     - Doesn't say anything about dexing-incremental-transform (required 'false')
                     - Doesn't say anything about dexing-is-debuggable (required 'true')
                     - Doesn't say anything about dexing-min-sdk (required '21')
         > No variants of com.github.lamba92.kgraph:KGraph-android_native_64:1.3 match the consumer attributes:
             - com.github.lamba92.kgraph:KGraph-android_native_64:1.3:
                 - Incompatible because this component declares attribute 'artifactType' with value 'klib' and the consumer needed attribute 'artifactType' with value 'android-classes-jar'
                 - Other compatible attributes:
                     - Doesn't say anything about dexing-enable-desugaring (required 'true')
                     - Doesn't say anything about dexing-incremental-transform (required 'false')
                     - Doesn't say anything about dexing-is-debuggable (required 'true')
                     - Doesn't say anything about dexing-min-sdk (required '21')
         > No variants of com.github.lamba92.kgraph:KGraph-linuxx86_64:1.3 match the consumer attributes:
             - com.github.lamba92.kgraph:KGraph-linuxx86_64:1.3:
                 - Incompatible because this component declares attribute 'artifactType' with value 'klib' and the consumer needed attribute 'artifactType' with value 'android-classes-jar'
                 - Other compatible attributes:
                     - Doesn't say anything about dexing-enable-desugaring (required 'true')
                     - Doesn't say anything about dexing-incremental-transform (required 'false')
                     - Doesn't say anything about dexing-is-debuggable (required 'true')
                     - Doesn't say anything about dexing-min-sdk (required '21')

Any help is greatly appreciated.

joey-harward avatar May 10 '21 02:05 joey-harward