yeah eliminating kotlintest and incidentally my un...
# compiler
j
yeah eliminating kotlintest and incidentally my unit tests has enabled success.
d
interesting do you use any compiler plugins from arrow or just library?
j
i just nuked my groovy gradle and rebooted everything from a clean project's kotlin gradle when this happened, because i wanted to test the eap to see if the result changed over 1-3-61
nothing but kotlin-test is enabled, and coroutines
https://github.com/jnorthrup/columnar/commit/dbcb532152969d08ef64ea0cdf75891efecfb0a5 commit for which kotlin-test can be eliminated along with the dependent tests.
d
Cool, thank you
j
my problem exists in the unit tests and not kotlintest