0xf1f1
09/23/2024, 6:43 AMAlejandro Serrano.Mena
09/23/2024, 7:06 AMKev
09/23/2024, 1:36 PM0xf1f1
09/23/2024, 6:32 PMUnresolved reference 'nel'
, Unresolved reference 'bindAll'
, Unresolved reference 'either'
, and other similar errors.
Duplicate class arrow.core.IterableKt found in modules arrow-core-high-arity-jvm-1.2.4.jar -> arrow-core-high-arity-jvm-1.2.4 (io.arrow-kt:arrow-core-high-arity-jvm:1.2.4) and arrow-core-jvm-1.2.4.jar -> arrow-core-jvm-1.2.4 (io.arrow-kt:arrow-core-jvm:1.2.4)
Duplicate class arrow.core.MapKt found in modules arrow-core-high-arity-jvm-1.2.4.jar -> arrow-core-high-arity-jvm-1.2.4 (io.arrow-kt:arrow-core-high-arity-jvm:1.2.4) and arrow-core-jvm-1.2.4.jar -> arrow-core-jvm-1.2.4 (io.arrow-kt:arrow-core-jvm:1.2.4)
My gradle build file looks like:
implementation('io.arrow-kt:arrow-fx-coroutines:1.2.4')
implementation('io.arrow-kt:arrow-core-high-arity:1.2.4')
implementation("io.arrow-kt:arrow-core-jvm:1.2.4")
Alejandro Serrano.Mena
09/24/2024, 10:24 AMoptics-compose
some time agoKev
09/30/2024, 8:22 AMoptics-compose
? Would like to try my hand when I find time to figure out a solution for this as I need the high-arity
variants.Alejandro Serrano.Mena
09/30/2024, 8:23 AMKev
09/30/2024, 8:25 AM