Hi, I have a KMM project (android/ios) and I want ...
# kotlin-native
j
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
You can ask linuxX64 support on SqlDelight issue tracker, and maybe you can do a local version that supports linuxX64
Otherwise it's probably more practical to connect to a Mac and debug on it via the debugger in Android Studio.
Plus if any issues are involving to Obj-C interop, you'll be able to see them.
j
https://github.com/cashapp/sqldelight/issues/1835 An issue is already opened, I will add a message. Apparently it's a bit complicated to build a sqliter linux version...
l
Connecting to a Mac or grabbing one is probably easier for the time being then.
馃憤 1