Hi. I’ve created a simple KSP processor, uploaded ...
# ksp
p
Hi. I’ve created a simple KSP processor, uploaded it to Maven and when using it as an external dependency in a separate project the following issue happens with
iosSimulatorArm64
target when executing
kspCommonMainKotlinMetadata
task:
Copy code
e: java.lang.IllegalStateException: e: Could not find "/Users/[user]/AndroidStudioProjects/[project]/[module]/build/kotlinTransformedMetadataLibraries/commonMain/[artifact]-commonMain-uE5mpQ.klib" in [/Users/[user]/Library/Application Support/kotlin/daemon]
The jvm and android targets build just fine. What might be the cause of this? [EDIT] The issue disappeared after updating Kotlin to 1.9.0
1
more stacktrace