Felix
06/17/2024, 12:27 PM./gradlew check
• A build from a nested folder produces the following errors - ../../../gradlew -p ../../.. assemble
> 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]
Felix
06/17/2024, 12:31 PMcheck
vs assemble
and not not he fact that it is a nested folder.
• ./gradlew check
works.
• ./gradlew assemble
fails with the e: KLIB resolver:
error.Adam S
06/17/2024, 1:01 PMFelix
06/17/2024, 2:59 PM