Davide Giuseppe Farella
06/18/2020, 4:56 PM> Transform artifact assert4k-jvm-0.2.2.jar (studio.forface:assert4k-jvm:0.2.2) with DexingWithClasspathTransform
AGPBI: {"kind":"error","text":"Class descriptor 'Lassert4k/CollectionKt$is not$2;' cannot be represented in dex format.","sources":[{}],"tool":"D8"}
> Task :app:mergeExtDexBetaDebugAndroidTest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeExtDexBetaDebugAndroidTest'.
> Could not resolve all files for configuration ':app:betaDebugAndroidTestRuntimeClasspath'.
> Failed to transform assert4k-jvm-0.2.2.jar (studio.forface:assert4k-jvm:0.2.2) to match attributes {artifactType=android-dex, dexing-enable-desugaring=true, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=jvm}.
> Execution failed for DexingWithClasspathTransform: /Users/davide/.gradle/caches/modules-2/files-2.1/studio.forface/assert4k-jvm/0.2.2/3c15ade7f5afff280c26ca8346b645c620f3af76/assert4k-jvm-0.2.2.jar.
> Error while dexing.
Any idea?Casey Brooks
06/18/2020, 4:58 PMDavide Giuseppe Farella
06/18/2020, 5:00 PMCasey Brooks
06/18/2020, 5:04 PMDavide Giuseppe Farella
06/18/2020, 5:05 PMCasey Brooks
06/18/2020, 5:07 PM@JvmName
annotations might help thoughDavide Giuseppe Farella
06/18/2020, 11:31 PM@JsName
😞
I don’t know how Kotlin is not managing that itself 😕louiscad
06/19/2020, 10:58 PM