Mohit Gurumukhani
09/05/2018, 5:14 PMolonho
09/05/2018, 5:20 PMalec
09/05/2018, 6:43 PM.podspec
reference the generated .framework
file K/N outputsthymecypher
09/05/2018, 9:25 PMreneemcclelland
09/06/2018, 10:31 AMtunedal
09/06/2018, 11:04 AM...
const val WS_OVERLAPPEDWINDOW: Int = 13565952
const val WS_POPUP: UInt = -2147483648.toUInt()
...
...which is a bit cumbersome to use. Is there a good way to pass a list of arguments to a function where each argument can be either Int or UInt? Or can cinterop be improved for these cases?rudolf.hladik
09/06/2018, 11:06 AMAregev2
09/06/2018, 12:30 PMerror: compilation failed: No active scope
Ivan
09/06/2018, 4:08 PMdrofwarcs
09/06/2018, 10:39 PMorg.jetbrains.kotlin.konan
does not recognize the new gradle dsl. Is it only org.jetbrains.kotlin.platform.native
at this point that does?drofwarcs
09/06/2018, 10:52 PMdefFile project.file("deffile.def")
suppose to default to src/main/c_interop/deffile.def
? Currently its referencing the project root folder, project_root/deffile.def
.David
09/07/2018, 1:05 PMDominaezzz
09/07/2018, 5:40 PMdrofwarcs
09/08/2018, 4:31 PMLempere
09/09/2018, 7:31 PMKonstantin Petrukhnov
09/10/2018, 7:10 AMaaverin
09/10/2018, 9:22 AMrudolf.hladik
09/10/2018, 2:06 PMalec
09/10/2018, 7:37 PMlipo
to do this manually after generating all the required architectures but would be nice as a potential output format for K/NHamza
09/11/2018, 1:36 AMrjhdby
09/11/2018, 8:45 AMyusuf3000
09/11/2018, 12:54 PMKonstantin Petrukhnov
09/12/2018, 9:24 AMdeviant
09/13/2018, 12:21 PMHamza
09/13/2018, 12:58 PMr4zzz4k
09/13/2018, 2:06 PMdepends
directive of .def
file? I was skimming through the repo but didn't find any usage outside of default platform libs generation.
Reasoning for the question: I'm trying to consume from Kotlin/Native two C libraries which depend on each other. Bindings for the first one are generated trivially, but I'm unable to inform cinterop
that for types and functions from the first library there should be imports with first lib wrapper's namespace instead of duplicated bridges.rjhdby
09/13/2018, 2:46 PMDavid
09/14/2018, 11:35 AMFreeContainer(ContainerHeader* header)
, probably from this file https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/cpp/Memory.cpp . Has anyone seen this before? Any suggestions on how to debug this?Dmitry Kandalov
09/14/2018, 2:39 PMbootstraponline
09/14/2018, 6:03 PM