Kotlin Multiplatform doesn't see files from another directory
I am struggling with writing tests for both iOS and Android native side in Kotlin Multiplatform (KMP). I created a couple of interfaces in one module (it's called shared) and created another module, called sharedTests, where I created sample test (FirstTest.kt). Take a look at pictures below. The problem is, that KMP doesn't see any files from shared, why is that? I want to be able to access every file from that directory, how do you tell KMP which directories to look at? Also, I have no idea...