icerockdev / moko-kswift

Swift-friendly api generator for Kotlin/Native frameworks
https://moko.icerock.dev
Apache License 2.0
348 stars 21 forks source link

It's seems, that current library don't work with gradle 7.5 and with other dependency #70

Closed Daller9999 closed 1 year ago

Daller9999 commented 1 year ago
Execution failed for task ':verifyReleaseResources'.
> Could not resolve all files for configuration ':releaseRuntimeClasspath'.
   > Failed to transform napier-release.aar (io.github.aakira:napier-android:2.6.1) to match attributes {artifactType=android-compiled-dependencies-resources, org.gradle.category=library, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=androidJvm}.
      > Could not isolate parameters com.android.build.gradle.internal.dependency.AarResourcesCompilerTransform$Parameters_Decorated@fe534de of artifact transform AarResourcesCompilerTransform
         > Could not isolate value com.android.build.gradle.internal.dependency.AarResourcesCompilerTransform$Parameters_Decorated@fe534de of type AarResourcesCompilerTransform.Parameters

something wrong with io.github.aakira:napier-android:2.6.1 But I am not sure

Alex009 commented 1 year ago

your issue not relates to moko-kswift at all