https://kotlinlang.org logo
j

Jérôme Gully

01/11/2021, 4:56 PM
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
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

Jérôme Gully

01/12/2021, 8:56 AM
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

louiscad

01/12/2021, 9:31 AM
Connecting to a Mac or grabbing one is probably easier for the time being then.
👍 1
2 Views