What is the suggested approach here for unit testing for KMM project?
• Plain kotlin test doesn't have strong assertion support
• Kotest doesn't have an assertion library for native so it doesn't work with KMM
• Atrium, not supported for Native
I am targeting iOS & Android only. Most of my code is in commonMain and I plan to do tests in commonTest. Any suggestion on the library would be helpful.