So I don't implement `GenOf` at Multiplatform/Comm...
# arrow-contributors
l
So I don't implement
GenOf
at Multiplatform/Common, but I do it in JVM
a
Could you explain it deeper? I'm involved on something similar and facing the same problem
l
Sure, what are you facing?
j
You mean
expected
for a contract,
actual
for providing "evidence" (implementation) of it, don't you? That's essentially how multiplatform is expected to be
a
@LeoColman How can you import the jvm
Gen
on a MPP module?
i
or do you have the repo available?
l
I'm finishing up my commit, and I'll show you
👌🏽 1
a
Great 🙏
l
I didn't quite finish up.... "it was more complicated than I thought"
I followed this tho
This was the issue I was trying to solve
This was the implementation I followed on how to solve
Basically,
Gen
is now a
expect class
, and the
actual class Gen<T>
implements
GenOf
in the JVM only
a
👍 Thanks for the help
l
Whenever I get it done I update you with it, but for now I'm not ready xD