You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have openjdk 17.0.11 and flutter 3.24.1.
Just when I add dependency on this package build for android fails with error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeExtDexDebug'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform concurrent-futures-1.2.0.jar (androidx.concurrent:concurrent-futures:1.2.0) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=29, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingNoClasspathTransform: /Users/dmitry/.gradle/caches/transforms-4/f14aa3b685865f4104801139558d64b8/transformed/jetified-concurrent-futures-1.2.0.jar.
> Unable to read jar file /Users/dmitry/.gradle/caches/transforms-4/f14aa3b685865f4104801139558d64b8/transformed/jetified-concurrent-futures-1.2.0.jar
The text was updated successfully, but these errors were encountered:
I've changed kt version to 2.0.10 and started getting this error
ERROR:/Users/dmitry/.gradle/caches/transforms-4/f14aa3b685865f4104801139558d64b8/transformed/jetified-concurrent-futures-1.2.0.jar: D8: java.lang.NullPointerException: Cannot invoke "String.length()" because "" is null
I've removed non-ktx deps and downgraded concurrent-futures-ktx:1.2.0 to 1.1.0 so it works with this config
I have openjdk 17.0.11 and flutter 3.24.1.
Just when I add dependency on this package build for android fails with error
The text was updated successfully, but these errors were encountered: