Does anyone know if the workflow kt test library s...
# squarelibraries
d
Does anyone know if the workflow kt test library supports pure kotlin or multiplatform? I have an app built in multiplatform using workflow kt but can’t test it since last I checked the test library was only supported for the jvm target
z
It’s still a Java library
d
Will it ever be more? Ei multiplatform?
z
I’m not sure why it wasn’t converted with the rest, I’m not sure there’s any technical reason it couldn’t be. I suspect it was an oversight. Maybe @Stephen Edwards knows?
If you want to try to convert it and put up a PR, we’ll review.
d
I tried to do it, some Java lib things got in the way
Ill take a look but I’ll definitely need some help
I haven’t tried in several months
b
I was trying to convert it to KMP but I got held up with the parts that use reflection and scrapped it. I think parts of the testing area would need to be thought out differently for the platforms IIRC
z
ah yea, that rings a bell