Hi, we just upgraded to 6. We were using kotest in...
# kotest
j
Hi, we just upgraded to 6. We were using kotest in our android tests (not unit tests) and it was working fine. I believe its not supported but I wanted to know for sure. When we upgraded we noticed that the mordant library used for the CLI is now being included and it uses newer features of the JDK which are not available in android without it being desugared. I am looking at the module and its a jvm module so I am wondering if we need it or if we could exclude it safely so we could continue to use kotest in our android tests.