Hi. I've recently moved a KMP projecto to kotlin 2.0 and I'm having the following problem:
• A build from the current folder works without errors -
./gradlew check
• A build from a nested folder produces the following errors -
../../../gradlew -p ../../.. assemble
Copy code
> Task :<module-name>:compileProductionLibraryKotlinJs FAILED
e: KLIB resolver: Could not find "org.jetbrains.kotlinx:kotlinx-serialization-core" in [/Users/pedro/Library/Application Support/kotlin/daemon]