Checking this hierarchical KMM issue for SqlDelight.
I am creating a library which depends on SqlDelight and has the hierarchical project turned on. I cannot publish the module to a private maven repo because it fails to compile.
Note that I want to support arm32 devices too.
How would I apply the workaround mentioned in the issue comments if I need to support iosArm32?
t
Trevor Stone
05/10/2021, 8:41 PM
If the library you're working on doesn't have a lot of iosMain specific code, I've found the easiest solution right now is to just explicitly target iosX64 and iosArm64
Trevor Stone
05/10/2021, 8:42 PM
but that can be cumbersome if you are needing to duplicate a non-trivial amount of code
e
Elka
05/11/2021, 3:50 AM
@Trevor Stone you mean symbolic links for example?