In KMP, can I create a pure Kotlin module? That is, a module that does not specify targets to be used in other modules? Just using the core language constructs and stdlib. I'm using this build.gradle.kts (but other modules can't see this module's classes):