Hello, I'm looking for a way to test my shared library written in Kotlin native.
I read the documentation and other things and it’s not clear to me whether I can still test my code not only in the “commonTest” area? I want to write tests for the "androidNativeArm64Test" and "androidNativeArm32Test" areas separately, is this possible?