molikto
04/01/2018, 4:24 PMJ-Rojas
04/01/2018, 11:03 PMnapperley
04/01/2018, 11:36 PManidotnet
04/02/2018, 1:04 PMhttp_proxy
env variable set up properlyAregev2
04/03/2018, 12:45 AMAregev2
04/03/2018, 2:59 PMJ-Rojas
04/03/2018, 3:10 PMval ppDB = cValuesOf<sqlite3>(null)
sqlite3_open(filePath, ppDB)
...
val pDB = ppDB.getPointer(memScope).pointed.value
sqlite3_close(pDB)
Is there a plan to make interop pointers easier to grok? Maybe offer a language level */& operator like C?sksk
04/03/2018, 7:27 PMimport platform.OpenGL.*
import platform.OpenGLCommon.*
albertgao
04/03/2018, 10:25 PMld: symbol(s) not found for architecture armv7
J-Rojas
04/04/2018, 4:13 AMJ-Rojas
04/04/2018, 3:28 PM[system.err] error: can't produce platform.Foundation.NSArray to framework API
gmaciel
04/05/2018, 1:16 PMrellenberger
04/05/2018, 3:09 PMmutexkid
04/05/2018, 4:22 PMmutexkid
04/05/2018, 4:23 PMmolikto
04/05/2018, 4:32 PMmolikto
04/05/2018, 6:03 PMmolikto
04/05/2018, 6:11 PMSrSouza
04/06/2018, 7:12 AMyusuf3000
04/08/2018, 10:48 AMMockk
testing framework in my unit tests in my common module. They compile and run fine on the android platform, but I get compilation issues with unresolved references for any MockK objects when running the tests on the ios platform. Is this a limitation with k/n, or is there something I can do in order for this to work?chi
04/08/2018, 2:45 PMJ-Rojas
04/08/2018, 10:11 PMspierce7
04/09/2018, 12:57 AMVlad Drahnea
04/09/2018, 9:12 AM@Test
) declaration there. Is it possible to make it work so?Alexander Stark
04/09/2018, 10:45 AMvincent.desmet
04/10/2018, 2:09 PMdalexander
04/10/2018, 6:49 PMJ-Rojas
04/11/2018, 2:38 AMerror: member reference type 'ObjHeader *' is a pointer; did you mean to use '->'?
error: incomplete definition of type 'ObjHeader'
forward declaration of 'ObjHeader'
olonho
04/11/2018, 7:14 PMdrofwarcs
04/11/2018, 11:05 PM@ObjCOutlet
or a function thats been annotated with @ObjCAction
?drofwarcs
04/11/2018, 11:05 PM@ObjCOutlet
or a function thats been annotated with @ObjCAction
?Vyacheslav Karpukhin [JB]
04/11/2018, 11:08 PMdrofwarcs
04/11/2018, 11:11 PM