Hi,
I have a KMM project (android/ios) and I want to add a linuxX64 target to debug purpose (I'm not on mac and my ios colleauge has native problems).
My project use sqldelight and it's not supports linuxX64. Is it a way to say to gradle to ingore the dependencie ? I don't need it for my debug.
l
louiscad
01/11/2021, 10:31 PM
You can ask linuxX64 support on SqlDelight issue tracker, and maybe you can do a local version that supports linuxX64
louiscad
01/11/2021, 10:32 PM
Otherwise it's probably more practical to connect to a Mac and debug on it via the debugger in Android Studio.
louiscad
01/11/2021, 10:32 PM
Plus if any issues are involving to Obj-C interop, you'll be able to see them.