I'm having an issue trying to resolve a generated ...
# multiplatform
c
I'm having an issue trying to resolve a generated file in a KMP Project, wondering if anyone has any tips? I'm using KotlinPoet to create a kotlin class that I'm generating as part of a build script, and placing this file in
build/generated/myfeature/code/commonMain/com/mypackage/MyClass.kt
however from my codebase when I try to use that class, the import cannot be found. Any ideas where I might be going wrong?