Sujit
10/21/2019, 8:17 PMimplementation()
on gradle, how does it resolve the architecture to download? Currently I have a publication on maven, but I'm also uploading the .klib
. Is there a way to avoid that so that I won't have to upload separate publications for all the hardwares I want to support? I'm sorry this is like a long multi-question question, but I've been wrecking my brain trying to make this work... Help please.kpgalligan
10/21/2019, 8:39 PMkpgalligan
10/21/2019, 8:40 PMSujit
10/21/2019, 8:41 PMsquilter
, for any native components, and it would know which one to get?kpgalligan
10/21/2019, 8:41 PMimplementation 'co.touchlab:sqliter:0.6.4'
and gradle would sort it out (assuming you were on a sufficiently recent version of gradle)kpgalligan
10/21/2019, 8:41 PMSujit
10/21/2019, 8:42 PMimplementation 'co.touchlab:sqliter:0.6.4'
, and then what would be the native dependency? implementation 'co.touchlab:sqliter:0.6.4'
too?kpgalligan
10/21/2019, 8:43 PMSujit
10/21/2019, 8:43 PMkpgalligan
10/21/2019, 8:43 PMSujit
10/21/2019, 8:43 PM5.6.2
gradle, so I should be good on thatSujit
10/21/2019, 8:44 PMimplementation 'co.touchlab:sqliter:0.6.4'
for all the platforms including the jvm/android
one?kpgalligan
10/21/2019, 8:44 PMSujit
10/21/2019, 8:45 PMkpgalligan
10/21/2019, 8:45 PMkpgalligan
10/21/2019, 8:45 PMkpgalligan
10/21/2019, 8:45 PMkpgalligan
10/21/2019, 8:46 PMSujit
10/21/2019, 8:46 PMSujit
10/21/2019, 8:46 PMkpgalligan
10/21/2019, 8:46 PMkpgalligan
10/21/2019, 8:47 PMSujit
10/21/2019, 8:47 PMSujit
10/21/2019, 8:47 PMkpgalligan
10/21/2019, 8:49 PMSujit
10/21/2019, 8:50 PMkpgalligan
10/21/2019, 8:51 PMSujit
10/21/2019, 8:51 PM