Sabeeh
08/12/2024, 10:01 PMksoup-core-placeholder as a compileOnly dependency.
3. ksoup-korio: Includes ksoup-core and the actual implementation for the IO logic, which is in korio-io.
This setup works fine on JVM. However, for JS and iOS, I'm encountering the following error: KLIB resolver: Could not find "ksoup:ksoup-core-placeholder"
If I remove the compileOnly , the library works fine on JVM and Native but not on JS, where it always uses the placeholder code instead of the actual implementation from korio-io.
Code is in develop branch.