Checking this hierarchical KMM <issue> for SqlDeli...
# squarelibraries
e
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
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
but that can be cumbersome if you are needing to duplicate a non-trivial amount of code
e
@Trevor Stone you mean symbolic links for example?