I'm having trouble including multiple Kotlin files in my kotlin/native gradle project. Everything works if I keep everything in a single file. As soon as I move some extension functions into another Kotlin file in the src dir, I can't access it anymore. How do I tell Gradle to compile multiple Kotlin/native files?