Hey everyone, I’m facing an issue where KSP fails ...
# ksp
s
Hey everyone, I’m facing an issue where KSP fails to resolve types in Kotlin Multiplatform (Android/iOS) targets when using kotlin-inject 0.8.0. The types are declared in commonMain, but during iOS compilation (kspKotlinIosSimulatorArm64), KSP throws unresolved type errors like:
Copy code
Error type '<ERROR TYPE: PlatformResourcesWrapper>' is not resolvable in the current round of processing.
I’ve detailed the problem and shared a code snippet in this GitHub issue: 🔗 https://github.com/evant/kotlin-inject/issues/499 Would appreciate any guidance or workaround suggestions 🙏! CC @evant @eygraber